mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed issue #9 (Angrath, Minotaur Pirate vs. indestructible creatures
)
This commit is contained in:
@@ -73,6 +73,10 @@ public class DestroyAllEffect extends SpellAbilityEffect {
|
||||
card.clearRemembered();
|
||||
}
|
||||
|
||||
if (sa.hasParam("RememberAllObjects")) {
|
||||
card.addRemembered(list);
|
||||
}
|
||||
|
||||
// exclude cards that can't be destroyed at this moment
|
||||
list = CardLists.filter(list, new Predicate<Card>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user