mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Auras that use "K:enPump:0/0" will no longer display "Enchanted creature gets 0/0." in the card detail panel.
This commit is contained in:
@@ -1783,7 +1783,9 @@ public class CardFactoryUtil {
|
||||
}//resolve()
|
||||
};//enchant ability
|
||||
enchant.setBeforePayMana(CardFactoryUtil.input_targetCreature(enchant));
|
||||
if (! spellDescription[0].equals("Enchanted creature gets 0/0.")) {
|
||||
enchant.setDescription(spellDescription[0]);
|
||||
}
|
||||
enchant.setStackDescription(stackDescription[0]);
|
||||
|
||||
return enchant;
|
||||
@@ -1977,7 +1979,9 @@ public class CardFactoryUtil {
|
||||
}//resolve()
|
||||
};//enchant ability
|
||||
enchant.setBeforePayMana(CardFactoryUtil.input_targetCreature(enchant));
|
||||
if (! spellDescription[0].equals("Enchanted creature gets 0/0.")) {
|
||||
enchant.setDescription(spellDescription[0]);
|
||||
}
|
||||
enchant.setStackDescription(stackDescription[0]);
|
||||
|
||||
return enchant;
|
||||
|
||||
Reference in New Issue
Block a user