mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Requested cards: added Skushroud Elf, Pill of the Paruns
This commit is contained in:
parent
a6332e6505
commit
e697cae98d
4 changed files with 198 additions and 13 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue