From b13fd78cf3778878155e40a03feecb3b2eda00eb Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Sun, 20 Nov 2011 22:38:17 +0000 Subject: [PATCH] add some comments CardFactoryLands.java --- .../java/forge/card/cardfactory/CardFactoryLands.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/forge/card/cardfactory/CardFactoryLands.java b/src/main/java/forge/card/cardfactory/CardFactoryLands.java index 018e6ea7a7b..163a2aff47e 100644 --- a/src/main/java/forge/card/cardfactory/CardFactoryLands.java +++ b/src/main/java/forge/card/cardfactory/CardFactoryLands.java @@ -26,7 +26,7 @@ import forge.gui.input.Input; /** *

- * CardFactory_Lands class. + * CardFactoryLands class. *

* * @author Forge @@ -310,6 +310,11 @@ class CardFactoryLands { // *************** START *********** START ************************** else if (cardName.equals("Sheltered Valley")) { + /* + * If Sheltered Valley would enter the battlefield, instead sacrifice + * each other permanent named Sheltered Valley you control, then + * put Sheltered Valley onto the battlefield. + */ final Command comesIntoPlay = new Command() { private static final long serialVersionUID = 685604326470832887L; @@ -762,4 +767,4 @@ class CardFactoryLands { return card; } -} // end class CardFactory_Lands +} // end class CardFactoryLands