mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Added Seal of Fire, Seal of Cleansing, Seal of Primordium.
This commit is contained in:
@@ -4540,7 +4540,15 @@ public class CardFactory_Creatures {
|
||||
PlayerZone myPlay = AllZone.getZone(Constant.Zone.Play, card.getController());
|
||||
|
||||
CardList list = new CardList(myPlay.getCards());
|
||||
list.remove(card);//doesn't move Sky Swallower
|
||||
//list.remove(card);//doesn't move Sky Swallower
|
||||
|
||||
list = list.filter(new CardListFilter()
|
||||
{
|
||||
public boolean addCard(Card c) {
|
||||
return c.getName().equals("");
|
||||
}
|
||||
});
|
||||
|
||||
while(! list.isEmpty())
|
||||
{
|
||||
((PlayerZone_ComesIntoPlay)AllZone.Human_Play).setTriggers(false);
|
||||
|
||||
Reference in New Issue
Block a user