add SOM - Ogre Geargrabber

This commit is contained in:
BetaSteward 2011-07-26 12:40:59 -04:00
parent fdd44c079c
commit 76c1fa5d8b
6 changed files with 221 additions and 1 deletions

View file

@ -267,6 +267,7 @@ public class GameState implements Serializable, Copyable<GameState> {
}
battlefield.reset(game);
effects.apply(game);
battlefield.fireControlChangeEvents(game);
}
public void removeEotEffects(Game game) {