mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
update
This commit is contained in:
@@ -79,7 +79,7 @@ public class DestroyAllEffect extends SpellAbilityEffect {
|
||||
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;
|
||||
}
|
||||
// exclude cards that can't be destroyed at this moment
|
||||
|
||||
@@ -2948,3 +2948,4 @@ lblEffect=Effect
|
||||
lblEmblem=Emblem
|
||||
lblBoon=Boon
|
||||
lblExitToWoldMap=Exit to the World Map?
|
||||
lblWouldYouLikeDestroy=Would you like to destroy {0} ?
|
||||
Reference in New Issue
Block a user