• Visit Rebornbuddy
  • Mulligan Rules

    Discussion in 'Community Developer Forum' started by Zamphire, Apr 14, 2016.

    1. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      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\""));
       

    Share This Page