Add ability to cast

This commit is contained in:
Alexsandro 2017-03-20 19:03:12 -03:00
parent 096efc8951
commit a6e1c1a37d

View file

@ -58,6 +58,7 @@ public class CitadelOfPain extends CardImpl {
TriggeredAbility triggered = new OnEventTriggeredAbility(GameEvent.EventType.END_TURN_STEP_PRE, "beginning of the end step", true,
new CitadelOfPainEffect());
// At the beginning of each player's end step, Citadel of Pain deals X damage to that player, where X is the number of untapped lands he or she controls.
this.addAbility(triggered);
}
public CitadelOfPain(final CitadelOfPain card) {