mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
add some comments CardFactoryLands.java
This commit is contained in:
@@ -26,7 +26,7 @@ import forge.gui.input.Input;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* CardFactory_Lands class.
|
* CardFactoryLands class.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Forge
|
* @author Forge
|
||||||
@@ -310,6 +310,11 @@ class CardFactoryLands {
|
|||||||
// *************** START *********** START **************************
|
// *************** START *********** START **************************
|
||||||
else if (cardName.equals("Sheltered Valley")) {
|
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() {
|
final Command comesIntoPlay = new Command() {
|
||||||
private static final long serialVersionUID = 685604326470832887L;
|
private static final long serialVersionUID = 685604326470832887L;
|
||||||
|
|
||||||
@@ -762,4 +767,4 @@ class CardFactoryLands {
|
|||||||
return card;
|
return card;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end class CardFactory_Lands
|
} // end class CardFactoryLands
|
||||||
|
|||||||
Reference in New Issue
Block a user