Hello,
I'm trying to make my bot mulligan everything that costs 2 or more, except keleseth. First I tried making the _mulligan.txt files with the HSTtoolbox. That didn't work, so now I'm trying to edit the DefaultRoutine.cs. I've made the changes to the line about maximum mana cost:
_mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 2 and card.Entity.Id != \"ICC_851\""));
I've restarted hearthbuddy and my computer and it's still not working. What am I missing?
Thank you!
I'm trying to make my bot mulligan everything that costs 2 or more, except keleseth. First I tried making the _mulligan.txt files with the HSTtoolbox. That didn't work, so now I'm trying to edit the DefaultRoutine.cs. I've made the changes to the line about maximum mana cost:
_mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 2 and card.Entity.Id != \"ICC_851\""));
I've restarted hearthbuddy and my computer and it's still not working. What am I missing?
Thank you!