From ec286d358a362869ef02a263b6553ee4e527a216 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Fri, 3 Jan 2025 21:08:25 +0100 Subject: fix: player can choose order for Moral Bonus and Action Points --- play.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'play.ts') diff --git a/play.ts b/play.ts index d8e135f..9e5603c 100644 --- a/play.ts +++ b/play.ts @@ -487,6 +487,8 @@ function on_update() { // action_button('draw_card', 'Draw card'); action_button('play_for_ap', 'Play card for Action Points'); action_button('play_for_event', 'Play card for Event'); + action_button('use_ap', 'Use Action Points'); + action_button('use_morale_bonus', 'Use Morale Bonus'); action_button('add_glory', 'Add to Bag of Glory'); action_button('up', 'Up'); -- cgit v1.2.3