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