diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-27 14:29:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:31:29 +0100 |
commit | bd0792e2d55d15a6a25f8332476ee6ce65000b44 (patch) | |
tree | efb105f04069c181f9527d47eeae4e90ac5b21a2 /play.js | |
parent | fcd3c32cb666357443393d8a498271a9b25db1de (diff) | |
download | pax-pamir-bd0792e2d55d15a6a25f8332476ee6ce65000b44.tar.gz |
Rename action to abort action after being denied a beg "cancel".
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -540,6 +540,7 @@ function on_update() { confirm_action_button("end_turn_pass", "End turn", "Are you sure you want to END TURN while you still have actions?") action_button("end_turn", "End turn") + action_button("cancel", "Cancel") action_button("undo", "Undo") ui.favored1.className = view.favored |