- Fix Jhoira of the Ghitu when activating multiple times in a row.

This commit is contained in:
Sol
2015-04-03 16:41:32 +00:00
parent 204167581e
commit 0584270a94
3 changed files with 7 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ public class HumanPlaySpellAbility {
ability.setHostCard(game.getAction().moveToStack(c));
}
ability.resetPaidHash();
// freeze Stack. No abilities should go onto the stack while I'm filling requirements.
game.getStack().freezeStack();