- Changed getValidCards to never return the Mana Pool.

- Added Upheaval.
This commit is contained in:
jendave
2011-08-06 05:47:59 +00:00
parent a0cbe8e04c
commit aaed0f2058
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Upheaval
4 U U
Sorcery
Return all permanents to their owners' hands.
spBounceAll:Permanent:Hand
Hibernation
2 U
Instant

View File

@@ -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