- Commented out the now unused code for abUntapTgt.

This commit is contained in:
jendave
2011-08-06 12:45:37 +00:00
parent e1d9cebce4
commit 8c7e9ce6c3

View File

@@ -6325,6 +6325,7 @@ public class CardFactory implements NewConstants {
* *
* syntax: abUntapTgt {Ability_Cost}:{Valid Targets}:{Description} * syntax: abUntapTgt {Ability_Cost}:{Valid Targets}:{Description}
*/ */
/* cards converted to AB$Untap
if (hasKeyword(card, "abUntapTgt") != -1) { if (hasKeyword(card, "abUntapTgt") != -1) {
int n = hasKeyword(card, "abUntapTgt"); int n = hasKeyword(card, "abUntapTgt");
@@ -6436,7 +6437,7 @@ public class CardFactory implements NewConstants {
AbUntapTgt.setDescription(abDesc[0]); AbUntapTgt.setDescription(abDesc[0]);
card.addSpellAbility(AbUntapTgt); card.addSpellAbility(AbUntapTgt);
}//End abUntapTgt }//End abUntapTgt
*/
/* /*
* Generic untap all targets spell * Generic untap all targets spell