convert Guan Yu, Sainted Warrior to triggers

This commit is contained in:
jendave
2011-08-06 19:25:50 +00:00
parent 2d439c4568
commit c1348841dd
2 changed files with 3 additions and 7 deletions

View File

@@ -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) {