Commented spellability_spDamageCP and spellability_spDamageP -- replaced by spDamageTgt keyword.

This commit is contained in:
jendave
2011-08-06 02:52:30 +00:00
parent 15ece89fd9
commit b80c22f19f

View File

@@ -820,6 +820,7 @@ public class CardFactoryUtil
return morph_up;
}
/*
public static SpellAbility spellability_spDamageP(final Card sourceCard, final String dmg)
{
final int damage = Integer.parseInt(dmg);
@@ -943,6 +944,7 @@ public class CardFactoryUtil
DamageCP.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(DamageCP, true));
return DamageCP;
}//spellability_DamageCP
*/
public static SpellAbility ability_Merc_Search(final Card sourceCard, String cost)
{