mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Guan Yu, Sainted Warrior to triggers
This commit is contained in:
@@ -2085,12 +2085,6 @@ public class GameAction {
|
||||
PlayerZone library = AllZone.getZone(Constant.Zone.Library, newCard.getOwner());
|
||||
moveTo(library, newCard);
|
||||
}
|
||||
|
||||
else if(c.getName().equals("Guan Yu, Sainted Warrior")) {
|
||||
PlayerZone library = AllZone.getZone(Constant.Zone.Library, newCard.getOwner());
|
||||
newCard = moveTo(library, newCard);
|
||||
owner.shuffle();
|
||||
}
|
||||
}//sacrificeDestroy()
|
||||
|
||||
public boolean destroy(Card c) {
|
||||
|
||||
Reference in New Issue
Block a user