Remove duplicated ability text.

This commit is contained in:
Patrick Hulin 2019-12-10 00:17:22 -05:00
parent 317a81678f
commit 19ca9f555c

View file

@ -141,7 +141,6 @@ class AdventureCardSpellAbility extends SpellAbility {
} else { } else {
sbRule.append(getModes().getText()); sbRule.append(getModes().getText());
} }
sbRule.append(super.getRule(false));
sbRule.append(" <i>(Then exile this card. You may cast the creature later from exile.)</i>"); sbRule.append(" <i>(Then exile this card. You may cast the creature later from exile.)</i>");
return sbRule.toString(); return sbRule.toString();
} }