* Oloro, Ageless Ascetic - Fixed a bug that second ability did not trigger properly.

This commit is contained in:
LevelX2 2014-01-11 10:41:51 +01:00
parent 2461719456
commit d569b84d1b
2 changed files with 1 additions and 2 deletions

View file

@ -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;
}