Some changes to effect handling to fix failing tests.

This commit is contained in:
LevelX2 2015-04-15 15:21:47 +02:00
parent 9aa02f3d6f
commit 77f3035443
10 changed files with 25 additions and 15 deletions

View file

@ -198,6 +198,7 @@ public class Spell implements StackObject, Card {
result |= spellAbility.resolve(game);
}
}
game.getState().handleSimultaneousEvent(game);
game.resetShortLivingLKI();
index++;
}