mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Converted Nissa's Chosen to script
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user