fixed Embercleave text for real this time (#6008)

This commit is contained in:
Evan Kranzler 2019-10-06 20:06:28 -04:00
parent 1bf32d2f32
commit fc3910477c

View file

@ -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 double strike strike"));
).setText("and has double strike"));
ability.addEffect(new GainAbilityAttachedEffect(
TrampleAbility.getInstance(), AttachmentType.EQUIPMENT
).setText("and trample"));