forked from External/mage
Some changes to effect handling to fix failing tests.
This commit is contained in:
parent
9aa02f3d6f
commit
77f3035443
10 changed files with 25 additions and 15 deletions
|
|
@ -198,6 +198,7 @@ public class Spell implements StackObject, Card {
|
|||
result |= spellAbility.resolve(game);
|
||||
}
|
||||
}
|
||||
game.getState().handleSimultaneousEvent(game);
|
||||
game.resetShortLivingLKI();
|
||||
index++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue