mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Remove duplicated ability text.
This commit is contained in:
parent
317a81678f
commit
19ca9f555c
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue