additional text fix

This commit is contained in:
Evan Kranzler 2020-04-15 20:17:48 -04:00
parent 1b6fc55c8a
commit e7a174ac32

View file

@ -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) {