mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Commented spellability_spDamageCP and spellability_spDamageP -- replaced by spDamageTgt keyword.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user