diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-12 12:20:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-12 12:20:07 +0200 |
commit | c7e2b2ac1962e6f0f36a74389ce1f044524c4eea (patch) | |
tree | 7aed9771484046fe1095126eb4cd86d0f798812e /play.js | |
parent | 6824231da13054ed53aca7360e14fed948330c61 (diff) | |
download | vijayanagara-c7e2b2ac1962e6f0f36a74389ce1f044524c4eea.tar.gz |
Tweaks to command & decree prompts.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1281,8 +1281,8 @@ function on_update() { action_button("skip", "Skip") action_button("next", "Next") action_button("end_event", "End Event") - action_button("end_of_turn", "End your turn") action_button("end_return", "End Influence Shift") + action_button("end_of_turn", "End Turn") action_button("deny", "Deny") action_button("done", "Done") |