mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
additional text fix
This commit is contained in:
parent
1b6fc55c8a
commit
e7a174ac32
1 changed files with 0 additions and 5 deletions
|
@ -132,11 +132,6 @@ class QuartzwoodCrasherWatcher extends Watcher {
|
|||
super(WatcherScope.GAME);
|
||||
}
|
||||
|
||||
private QuartzwoodCrasherWatcher(final QuartzwoodCrasherWatcher watcher) {
|
||||
super(watcher);
|
||||
this.damageMap.putAll(watcher.damageMap);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void watch(GameEvent event, Game game) {
|
||||
if (event.getType() == GameEvent.EventType.COMBAT_DAMAGE_STEP_POST) {
|
||||
|
|
Loading…
Reference in a new issue