Requested cards: added Skushroud Elf, Pill of the Paruns

This commit is contained in:
magenoxx 2014-08-18 23:35:35 +04:00
parent a6332e6505
commit e697cae98d
4 changed files with 198 additions and 13 deletions

View file

@ -37,7 +37,7 @@ public class CreatureCastConditionalMana extends ConditionalMana {
public CreatureCastConditionalMana(Mana mana) {
super(mana);
staticText = "Spend this mana only to cast creature spells";
staticText = "Spend this mana only to cast a creature spell";
addCondition(new CreatureCastManaCondition());
}
}