forked from External/mage
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
|
|
@ -1790,6 +1790,11 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
return state.getPriorityPlayerId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addSimultaneousEvent(GameEvent event) {
|
||||
state.addSimultaneousEvent(event, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void fireEvent(GameEvent event) {
|
||||
state.handleEvent(event, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue