Devs: added docs and todo about short living LKI, LKI and current problems;

This commit is contained in:
Oleg Agafonov 2021-09-05 18:44:50 +04:00
parent 107c10fd2c
commit 83017e3c51
10 changed files with 79 additions and 19 deletions

View file

@ -1984,8 +1984,7 @@ public abstract class GameImpl implements Game {
break;
}
}
state.handleSimultaneousEvent(this);
applyEffects(); // needed e.g if boost effects end and cause creatures to die
this.getState().processAction(this); // needed e.g if boost effects end and cause creatures to die
somethingHappened = true;
}
checkConcede();