mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fixed Sky Swallower (shouldn't move the manapool anymore).
This commit is contained in:
@@ -4545,7 +4545,7 @@ public class CardFactory_Creatures {
|
|||||||
list = list.filter(new CardListFilter()
|
list = list.filter(new CardListFilter()
|
||||||
{
|
{
|
||||||
public boolean addCard(Card c) {
|
public boolean addCard(Card c) {
|
||||||
return c.getName().equals("");
|
return !c.equals(card) && !c.getName().equals("Mana Pool");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user