mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Changed getValidCards to never return the Mana Pool.
- Added Upheaval.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Upheaval
|
||||
4 U U
|
||||
Sorcery
|
||||
Return all permanents to their owners' hands.
|
||||
spBounceAll:Permanent:Hand
|
||||
|
||||
Hibernation
|
||||
2 U
|
||||
Instant
|
||||
|
||||
@@ -270,6 +270,7 @@ public class CardList implements Iterable<Card> {
|
||||
}
|
||||
retList.addAll(tmpList.toArray());
|
||||
}
|
||||
if(retList.containsName("Mana Pool")) retList.remove("Mana Pool");
|
||||
return retList;
|
||||
}//getValidCards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user