summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-26 11:10:59 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-26 11:47:04 +0200
commit1a4469fa24d684f407429f9ab1a61510728441c6 (patch)
treef07b6f6bbde17e6b8b12125a0268fc8751566d95 /play.js
parent0c5fb248c623c627c7d29c9a2736b74041202d20 (diff)
downloadwashingtons-war-1a4469fa24d684f407429f9ab1a61510728441c6.tar.gz
Confirm before PASS when other actions are still possible.
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 312dd0b..ddfd31c 100644
--- a/play.js
+++ b/play.js
@@ -805,8 +805,8 @@ function on_update() {
action_button("next", "Next")
action_button("done", "Done")
action_button("pass", "Pass")
+ confirm_action_button("confirm_pass", "Pass", "Are you sure you want to PASS on this action?")
action_button("undo", "Undo")
-
}
/* TOOLTIPS */