From 8c7e9ce6c30a1ca2e0327a0cba5c90bcfb84c891 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 12:45:37 +0000 Subject: [PATCH] - Commented out the now unused code for abUntapTgt. --- src/forge/CardFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 47a14cf8429..48038ab1567 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -6325,6 +6325,7 @@ public class CardFactory implements NewConstants { * * syntax: abUntapTgt {Ability_Cost}:{Valid Targets}:{Description} */ + /* cards converted to AB$Untap if (hasKeyword(card, "abUntapTgt") != -1) { int n = hasKeyword(card, "abUntapTgt"); @@ -6436,7 +6437,7 @@ public class CardFactory implements NewConstants { AbUntapTgt.setDescription(abDesc[0]); card.addSpellAbility(AbUntapTgt); }//End abUntapTgt - + */ /* * Generic untap all targets spell