From 3ed56f482596fd4bf914bea95bd3ce46c0dcad6b Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Fri, 3 Jan 2025 22:00:01 +0100 Subject: fix player order display issue --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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) { -- cgit v1.2.3