mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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
|
@ -30,7 +30,6 @@ package mage.sets.commander2013;
|
|||
import java.util.UUID;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.BeginningOfUntapTriggeredAbility;
|
||||
import mage.abilities.common.BeginningOfUpkeepTriggeredAbility;
|
||||
import mage.abilities.common.GainLifeControllerTriggeredAbility;
|
||||
import mage.abilities.costs.mana.GenericManaCost;
|
||||
|
|
|
@ -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…
Reference in a new issue