mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Update DestroyAllEffect.java
This commit is contained in:
@@ -82,7 +82,7 @@ public class DestroyAllEffect extends SpellAbilityEffect {
|
||||
return;
|
||||
}
|
||||
if (isOptional && !sa.getActivatingPlayer().getController().confirmAction(sa, null, Localizer.getInstance().getMessage("lblWouldYouLikeDestroy", desc), null)) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
// exclude cards that can't be destroyed at this moment
|
||||
list = CardLists.filter(list, CardPredicates.Presets.CAN_BE_DESTROYED);
|
||||
|
||||
Reference in New Issue
Block a user