- Converted Nissa's Chosen to script

This commit is contained in:
swordshine
2013-06-11 05:24:47 +00:00
parent 371d5d3b32
commit 416747ef7d
3 changed files with 2 additions and 6 deletions

View File

@@ -470,10 +470,6 @@ public class GameAction {
final PlayerZone grave = owner.getZone(ZoneType.Graveyard);
final PlayerZone exile = owner.getZone(ZoneType.Exile);
if (c.getName().equals("Nissa's Chosen") && origZone.is(ZoneType.Battlefield)) {
return this.moveToLibrary(c, -1);
}
if (c.hasKeyword("If CARDNAME would be put into a graveyard, exile it instead.")) {
return this.moveTo(exile, c);
}