forked from External/mage
latest
This commit is contained in:
parent
058af9a48e
commit
cbb37e7933
126 changed files with 3253 additions and 911 deletions
|
|
@ -53,9 +53,9 @@ public class SpellStack extends Stack<StackObject> {
|
|||
this.remove(top);
|
||||
}
|
||||
|
||||
public void handleEvent(GameEvent event, Game game) {
|
||||
public void checkTriggers(GameEvent event, Game game) {
|
||||
for (StackObject stackObject: this) {
|
||||
stackObject.handleEvent(event, game);
|
||||
stackObject.checkTriggers(event, game);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue