mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Small tweaks to Rampant Growth.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Rampant Growth
|
Rampant Growth
|
||||||
1 G
|
1 G
|
||||||
Sorcery
|
Sorcery
|
||||||
no text
|
Search your library for a basic land card and put that card onto the battlefield tapped. Then shuffle your library.
|
||||||
|
|
||||||
Kor Firewalker
|
Kor Firewalker
|
||||||
W W
|
W W
|
||||||
|
|||||||
@@ -17632,6 +17632,8 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
if(player.equals(Constant.Player.Human)) humanResolve();
|
if(player.equals(Constant.Player.Human)) humanResolve();
|
||||||
else computerResolve();
|
else computerResolve();
|
||||||
|
|
||||||
|
AllZone.GameAction.shuffle(card.getController());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void computerResolve() {
|
public void computerResolve() {
|
||||||
@@ -17681,7 +17683,6 @@ public class CardFactory implements NewConstants {
|
|||||||
library.remove(c);
|
library.remove(c);
|
||||||
play.add(c);
|
play.add(c);
|
||||||
|
|
||||||
AllZone.GameAction.shuffle(card.getController());
|
|
||||||
}//if
|
}//if
|
||||||
}//resolve()
|
}//resolve()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user