mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
* Oloro, Ageless Ascetic - Fixed a bug that second ability did not trigger properly.
This commit is contained in:
parent
2461719456
commit
d569b84d1b
2 changed files with 1 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ public class GainLifeControllerTriggeredAbility extends TriggeredAbilityImpl<Gai
|
|||
effect.setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||
effect.setValue("gainedLife", event.getAmount());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue