naomeazies
New Member
- Joined
- Mar 10, 2016
- Messages
- 3
Hello guys,
I'm using Silverfish and I added a _mulligan.txt in Silverfish data. HB loads the mulligan, but ingame it doesn't do the choices, it only discards 4 mana cards because
of
that's in DefaultRoutine. Am I doing anything wrong?
I'm using Silverfish and I added a _mulligan.txt in Silverfish data. HB loads the mulligan, but ingame it doesn't do the choices, it only discards 4 mana cards because
of
Code:
/ Global rules. Never keep a 4+ minion, unless it's Bolvar Fordragon (paladin).
_mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 4 and card.Entity.Id != \"GVG_063\""));
// Never keep Tracking.
_mulliganRules.Add(new Tuple<string, string>("mulliganData.UserClass == TAG_CLASS.HUNTER", "card.Entity.Id == \"DS1_184\""));