- Retired the keyword "When CARDNAME enters the battlefield, return a land you control to its owner's hand.".

This commit is contained in:
jendave
2011-08-06 19:40:29 +00:00
parent bcea33fd97
commit bc44bf906c

View File

@@ -812,7 +812,7 @@ public class CardFactory implements NewConstants {
card.addComesIntoPlayCommand(intoPlay);
}
/* Converteded to AF Trigger
if (hasKeyword(card, "When CARDNAME enters the battlefield, return a land you control to its owner's hand.") != -1)
{
int n = hasKeyword(card, "When CARDNAME enters the battlefield, return a land you control to its owner's hand.");
@@ -846,6 +846,7 @@ public class CardFactory implements NewConstants {
card.addComesIntoPlayCommand(intoPlay);
}
}
*/
if (hasKeyword(card, "Multikicker") != -1)
{