From 53ca3a6117265098a9ed1911b536962d97a4f4cf Mon Sep 17 00:00:00 2001 From: Frans Bongers <fransbongers@franss-mbp.home> Date: Sun, 9 Mar 2025 13:51:20 +0100 Subject: move event card to trash after resolving action --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 4f93687..2b439f9 100644 --- a/play.js +++ b/play.js @@ -542,6 +542,7 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("draw_glory", "Draw from Bag of Glory") action_button("next", "Next") action_button("remove_blank_marker", "Remove Blank marker") + action_button("trash_card", "Trash card") action_button("confirm", "Confirm") action_button("yes", "Yes") action_button("no", "No") -- cgit v1.2.3