mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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
|
Hibernation
|
||||||
2 U
|
2 U
|
||||||
Instant
|
Instant
|
||||||
|
|||||||
@@ -270,6 +270,7 @@ public class CardList implements Iterable<Card> {
|
|||||||
}
|
}
|
||||||
retList.addAll(tmpList.toArray());
|
retList.addAll(tmpList.toArray());
|
||||||
}
|
}
|
||||||
|
if(retList.containsName("Mana Pool")) retList.remove("Mana Pool");
|
||||||
return retList;
|
return retList;
|
||||||
}//getValidCards
|
}//getValidCards
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user