mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix text
This commit is contained in:
parent
f83abb4fef
commit
84365b2006
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class NettlingCurse extends CardImpl {
|
|||
this.addAbility(new AttacksOrBlocksEnchantedTriggeredAbility(Zone.BATTLEFIELD, new LoseLifeControllerAttachedEffect(3)));
|
||||
|
||||
// {1}{R}: Enchanted creature attacks this turn if able.
|
||||
this.addAbility(new SimpleActivatedAbility(new AttacksIfAbleAttachedEffect(Duration.EndOfTurn, AttachmentType.AURA), new ManaCostsImpl("{1}{R}")));
|
||||
this.addAbility(new SimpleActivatedAbility(new AttacksIfAbleAttachedEffect(Duration.EndOfTurn, AttachmentType.AURA).setText("Enchanted creature attacks this turn if able."), new ManaCostsImpl("{1}{R}")));
|
||||
}
|
||||
|
||||
public NettlingCurse(final NettlingCurse card) {
|
||||
|
|
Loading…
Reference in a new issue