forked from External/mage
Add ability to cast
This commit is contained in:
parent
096efc8951
commit
a6e1c1a37d
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue