diff --git a/res/cards.txt b/res/cards.txt index 8edbbf4cbc9..aa11a8d6780 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,9 @@ +Upheaval +4 U U +Sorcery +Return all permanents to their owners' hands. +spBounceAll:Permanent:Hand + Hibernation 2 U Instant diff --git a/src/forge/CardList.java b/src/forge/CardList.java index 82e5c73ad93..81be05ca9f8 100644 --- a/src/forge/CardList.java +++ b/src/forge/CardList.java @@ -270,6 +270,7 @@ public class CardList implements Iterable { } retList.addAll(tmpList.toArray()); } + if(retList.containsName("Mana Pool")) retList.remove("Mana Pool"); return retList; }//getValidCards