mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fox for Goblin Charbelcher counting the Land card revealed
This commit is contained in:
@@ -8245,7 +8245,11 @@ public class CardFactory implements NewConstants {
|
||||
if(crd.isLand() || count == topOfLibrary.size()) {
|
||||
c = crd;
|
||||
damage = count;
|
||||
if(crd.getName().equals("Mountain")) damage = damage * 2;
|
||||
if (crd.isLand())
|
||||
damage--;
|
||||
|
||||
if(crd.getName().equals("Mountain"))
|
||||
damage *= 2;
|
||||
}
|
||||
}//while
|
||||
AllZone.Display.getChoiceOptional("Revealed cards:", revealed.toArray());
|
||||
|
||||
Reference in New Issue
Block a user