summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-27 19:33:59 +0100
committerTor Andersson <tor@ccxvii.net>2024-10-27 19:33:59 +0100
commita6776816e5493055ecf16d5ff9c81c4ebe131f0b (patch)
tree796171a86f9032074f485ff6c1b29741d713246e /play.js
parent0f7c20a726225883da01cc0c6030a6641b4fbba2 (diff)
downloadmaria-a6776816e5493055ecf16d5ff9c81c4ebe131f0b.tar.gz
ui tweaks and undo steps
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/play.js b/play.js
index 6e99804..e5bb15b 100644
--- a/play.js
+++ b/play.js
@@ -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")