forked from External/mage
fixed Embercleave text (fixes #6008)
This commit is contained in:
parent
e1c2f7954b
commit
65efdc36f5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public final class Embercleave extends CardImpl {
|
|||
ability = new SimpleStaticAbility(new BoostEquippedEffect(1, 1));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
DoubleStrikeAbility.getInstance(), AttachmentType.EQUIPMENT
|
||||
).setText("and has first strike"));
|
||||
).setText("and has double strike strike"));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
TrampleAbility.getInstance(), AttachmentType.EQUIPMENT
|
||||
).setText("and trample"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue