mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
if multiple permanents come to battlefield at the same time, they are aware now of each other. (e.g. useful for for Valakut, the Molten Pinnacle).
This commit is contained in:
parent
9a0c05f576
commit
ca831aee05
6 changed files with 39 additions and 6 deletions
|
|
@ -159,6 +159,8 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
if (effect.applyEffectsAfter()) {
|
||||
game.applyEffects();
|
||||
}
|
||||
// effects like entersBattlefield have to trigger simultanously so objects see each other
|
||||
game.getState().handleSimultaneousEvent(game);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue