mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Text fix #2
This commit is contained in:
parent
3132a42cea
commit
51669e9d0f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class ChargingCinderhorn extends CardImpl {
|
|||
|
||||
// At the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on Charging Cinderhorn. Then Charging Cinderhorn deals damage equal to the number of fury counters on it to that player.
|
||||
ChargingCinderhornDamageTargetEffect effect = new ChargingCinderhornDamageTargetEffect();
|
||||
effect.setText("if no creatures attacked this turn, put a fury counter on {this}. Then {this} deals damage equal to the number of fury counters on it to that player");
|
||||
effect.setText("put a fury counter on {this}. Then {this} deals damage equal to the number of fury counters on it to that player");
|
||||
BeginningOfEndStepTriggeredAbility ability
|
||||
= new BeginningOfEndStepTriggeredAbility(Zone.BATTLEFIELD, effect, TargetController.ANY, new ChargingCinderhornCondition(), false);
|
||||
this.addAbility(ability, new AttackedThisTurnWatcher());
|
||||
|
|
Loading…
Reference in a new issue