mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Added Caustic Rain, Erase, Iona's Judgment and Wipe Clean.
This commit is contained in:
@@ -2225,7 +2225,7 @@ public class CardFactory implements NewConstants {
|
||||
choices = choices.filter(new CardListFilter(){
|
||||
public boolean addCard(Card c)
|
||||
{
|
||||
return !c.getKeyword().contains("Shroud");
|
||||
return CardFactoryUtil.canTarget(card, c);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user