mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Ludevic, Necro-Alchemist - fixed that it doesn't triggers on controller turn;
This commit is contained in:
parent
51b55fc8b8
commit
794445d128
1 changed files with 0 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue