* Ludevic, Necro-Alchemist - fixed that it doesn't triggers on controller turn;

This commit is contained in:
Oleg Agafonov 2019-12-23 10:28:01 +04:00
parent 51b55fc8b8
commit 794445d128

View file

@ -62,7 +62,6 @@ enum LudevicNecroAlchemistCondition implements Condition {
PlayerLostLifeWatcher watcher = game.getState().getWatcher(PlayerLostLifeWatcher.class);
Player controller = game.getPlayer(source.getControllerId());
if (controller != null
&& !controller.getId().equals(game.getActivePlayerId())
&& watcher != null
&& watcher.getLifeLost(controller.getId()) == 0) {
for (UUID playerId : controller.getInRange()) {