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.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.ts') diff --git a/play.ts b/play.ts index 9e5603c..31f9b65 100644 --- a/play.ts +++ b/play.ts @@ -499,8 +499,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'); } -- cgit v1.2.3