What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mulligan Rules

DomesticWarlord

Community Developer
Joined
May 16, 2013
Messages
370
Reaction score
11
Could anyone tell me why the follow mulligan rules would cause NullRoutine? By everything I can tell it looks like it should work.

Code:
            _mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 0 and card.Entity.Id != \"GVG_058\" and card.Entity.Id != \"FP1_002\" and card.Entity.Id != \"CS2_082\" and card.Entity.Id != \"EX1_080\" and card.Entity.Id != \"AT_079\" and card.Entity.Id != \"GVG_061\""));
 
Back
Top