mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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;
|
return morph_up;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
public static SpellAbility spellability_spDamageP(final Card sourceCard, final String dmg)
|
public static SpellAbility spellability_spDamageP(final Card sourceCard, final String dmg)
|
||||||
{
|
{
|
||||||
final int damage = Integer.parseInt(dmg);
|
final int damage = Integer.parseInt(dmg);
|
||||||
@@ -943,6 +944,7 @@ public class CardFactoryUtil
|
|||||||
DamageCP.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(DamageCP, true));
|
DamageCP.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(DamageCP, true));
|
||||||
return DamageCP;
|
return DamageCP;
|
||||||
}//spellability_DamageCP
|
}//spellability_DamageCP
|
||||||
|
*/
|
||||||
|
|
||||||
public static SpellAbility ability_Merc_Search(final Card sourceCard, String cost)
|
public static SpellAbility ability_Merc_Search(final Card sourceCard, String cost)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user