- Convert Rancor keyword to Triggers

This commit is contained in:
jendave
2011-08-06 16:52:03 +00:00
parent a40b8adac9
commit 0bdcc3baf1
18 changed files with 34 additions and 26 deletions

View File

@@ -2111,13 +2111,7 @@ public class GameAction {
AllZone.Stack.add(persistAb);
}
if(c.getKeyword().contains(
"When CARDNAME is put into a graveyard from the battlefield, return CARDNAME to its owner's hand.")) {
PlayerZone hand = AllZone.getZone(Constant.Zone.Hand, newCard.getOwner());
moveTo(hand, newCard);
}
else if(c.getName().equals("Nissa's Chosen")) {
if(c.getName().equals("Nissa's Chosen")) {
PlayerZone library = AllZone.getZone(Constant.Zone.Library, newCard.getOwner());
moveTo(library, newCard);
}