- Revert back to announcing AI Multikicker in ComputerUtilMana (might play better with non-permanent multikicker cards).

This commit is contained in:
Agetian
2017-06-28 03:26:11 +00:00
parent a820bf1c4a
commit 231131dcd3
2 changed files with 1 additions and 1 deletions

View File

@@ -1076,6 +1076,7 @@ public class ComputerUtilMana {
for (int i = 0; i < timesMultikicked; i++) {
cost.addManaCost(mkCost);
}
sa.setSVar("Multikicker", String.valueOf(timesMultikicked));
}
if (test && sa.isSpell()) {

View File

@@ -133,7 +133,6 @@ public class PermanentAi extends SpellAbilityAi {
}
card.setKickerMagnitude(i + 1);
}
sa.setSVar("Multikicker", String.valueOf(card.getKickerMagnitude()));
}
// don't play cards without being able to pay the upkeep for