merge MorbidWatcher with CreaturesDiedWatcher

This commit is contained in:
xenohedron 2023-11-30 00:11:10 -05:00
parent 1ac4fe4e4a
commit 1f764515f6
4 changed files with 6 additions and 38 deletions

View file

@ -1336,7 +1336,6 @@ public abstract class GameImpl implements Game {
public void initGameDefaultWatchers() {
List<Watcher> newWatchers = new ArrayList<>();
newWatchers.add(new MorbidWatcher());
newWatchers.add(new CastSpellLastTurnWatcher());
newWatchers.add(new PlayerLostLifeWatcher());
newWatchers.add(new BlockedAttackerWatcher());