mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Convert Rancor keyword to Triggers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user