From 0d9f011545370e0122c82c4182177f4a1e698c2d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Nov 2024 23:34:42 +0100 Subject: Reword promise validation/confirmation prompts. --- play.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index e8b4a03..28b71da 100644 --- a/play.js +++ b/play.js @@ -1644,8 +1644,10 @@ function on_update() { action_button("peace", "Peace") action_button("accept", "Accept") action_button("reject", "Reject") - action_button("yes", "Yes") - action_button("no", "No") + + action_button("keep", "Kept") + confirm_action_button("break", "Broken", + "REWIND the game to force the player to keep their promise?\n\nP.S. Let them know why!") action_button("re_enter", "Re-enter") action_button("force_march", "Force march") @@ -1666,10 +1668,10 @@ function on_update() { action_button("resume", "Resume") confirm_action_button("dispute", "Dispute", - "Dispute order of movement on Flanders map and restart Austrian and Pragmatic Army movement phase?") + "Dispute order of movement on Flanders map and RESTART Austrian and Pragmatic Army movement phase?") confirm_action_button("restart", "Restart", - "Restart Austrian and Pragmatic Army movement phase?") + "RESTART the Austrian and Pragmatic Army movement phase?") action_button("end_political_card", "End political card") action_button("end_place_hussars", "End place hussars") -- cgit v1.2.3