mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Small tweaks to Rampant Growth.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Rampant Growth
|
||||
1 G
|
||||
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
|
||||
W W
|
||||
|
||||
@@ -17632,6 +17632,8 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
if(player.equals(Constant.Player.Human)) humanResolve();
|
||||
else computerResolve();
|
||||
|
||||
AllZone.GameAction.shuffle(card.getController());
|
||||
}
|
||||
|
||||
public void computerResolve() {
|
||||
@@ -17681,7 +17683,6 @@ public class CardFactory implements NewConstants {
|
||||
library.remove(c);
|
||||
play.add(c);
|
||||
|
||||
AllZone.GameAction.shuffle(card.getController());
|
||||
}//if
|
||||
}//resolve()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user