mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
update
This commit is contained in:
@@ -79,7 +79,7 @@ public class DestroyAllEffect extends SpellAbilityEffect {
|
|||||||
card.addRemembered(list);
|
card.addRemembered(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isOptional && !sa.getActivatingPlayer().getController().confirmAction(sa, null, Localizer.getInstance().getMessage("lblWouldYouLikeDestroy",(card.getName())), null)) {
|
if (isOptional && !sa.getActivatingPlayer().getController().confirmAction(sa, null, Localizer.getInstance().getMessage("lblWouldYouLikeDestroy",("ValidCards")), null)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// exclude cards that can't be destroyed at this moment
|
// exclude cards that can't be destroyed at this moment
|
||||||
|
|||||||
@@ -2948,3 +2948,4 @@ lblEffect=Effect
|
|||||||
lblEmblem=Emblem
|
lblEmblem=Emblem
|
||||||
lblBoon=Boon
|
lblBoon=Boon
|
||||||
lblExitToWoldMap=Exit to the World Map?
|
lblExitToWoldMap=Exit to the World Map?
|
||||||
|
lblWouldYouLikeDestroy=Would you like to destroy {0} ?
|
||||||
Reference in New Issue
Block a user