forked from External/mage
NPH - Karn Liberated
This commit is contained in:
parent
c2594f7b17
commit
cdd0ba6d0c
5 changed files with 351 additions and 1 deletions
|
|
@ -409,4 +409,24 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
values.put(valueId, value);
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
battlefield.clear();
|
||||
effects.clear();
|
||||
delayed.clear();
|
||||
triggers.clear();
|
||||
stack.clear();
|
||||
exile.clear();
|
||||
command.clear();
|
||||
revealed.clear();
|
||||
lookedAt.clear();
|
||||
turnNum = 0;
|
||||
gameOver = false;
|
||||
specialActions.clear();
|
||||
combat.clear();
|
||||
turnMods.clear();
|
||||
watchers.clear();
|
||||
values.clear();
|
||||
zones.clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue