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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

setha

New Member
Joined
Feb 8, 2016
Messages
4
Hello there! I have mulligan like this:

// Global rules. Never keep a 0+ minion, unless it's "Shielded Minibot" , "HauntedCreeper" , "Knife Juggler" , "Secretkeeper" , "Muster for Battle"
_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 != "NEW1_019" and card.Entity.Id != "EX1_080" and card.Entity.Id != "AT_079" and card.Entity.Id != "GVG_061""));

and after removing mysterious challenger its still picking it in mulligan, which code is for him?



#patato english
 
Back
Top