summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@franss-mbp.home>2025-01-03 22:00:01 +0100
committerFrans Bongers <fransbongers@franss-mbp.home>2025-01-03 22:00:01 +0100
commit3ed56f482596fd4bf914bea95bd3ce46c0dcad6b (patch)
treea4d3f69a3e023d2a63abf28e01a0b0b3cf0f738b /play.js
parentec286d358a362869ef02a263b6553ee4e527a216 (diff)
downloadland-and-freedom-3ed56f482596fd4bf914bea95bd3ce46c0dcad6b.tar.gz
fix player order display issue
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 9e21e82..ec459e0 100644
--- a/play.js
+++ b/play.js
@@ -388,8 +388,8 @@ function on_update() {
action_button('yes', 'Yes');
action_button('no', 'No');
action_button('skip', 'Skip');
- action_button('done', 'Done');
action_button('spend_hp', 'Spend Hero Points');
+ action_button('done', 'Done');
action_button('undo', 'Undo');
}
function on_log(text) {