diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-27 19:33:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-27 19:33:59 +0100 |
commit | a6776816e5493055ecf16d5ff9c81c4ebe131f0b (patch) | |
tree | 796171a86f9032074f485ff6c1b29741d713246e /play.js | |
parent | 0f7c20a726225883da01cc0c6030a6641b4fbba2 (diff) | |
download | maria-a6776816e5493055ecf16d5ff9c81c4ebe131f0b.tar.gz |
ui tweaks and undo steps
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1346,8 +1346,8 @@ function on_update() { action_button("subsidy", "Subsidy") action_button("cancel", "Cancel") - action_button("reduce", "Reduce military objectives") - action_button("offer", "Offer peace") + action_button("reduce", "Reduce") + action_button("peace", "Peace") action_button("accept", "Accept") action_button("refuse", "Refuse") @@ -1369,6 +1369,7 @@ function on_update() { action_button("done", "Done") action_button("end_political_card", "End political card") + action_button("end_place_hussars", "End place hussars") action_button("end_cards", "End card draw") action_button("end_setup", "End setup") action_button("end_recruit", "End recruit") |