summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@franss-mbp.home>2025-03-09 13:51:20 +0100
committerFrans Bongers <fransbongers@franss-mbp.home>2025-03-09 13:51:20 +0100
commit53ca3a6117265098a9ed1911b536962d97a4f4cf (patch)
tree642e34a64f728f5dfa6f6a5834730d1546a308ed /play.js
parentb42c19db211dfb9dce41afd39be576f0a8d80222 (diff)
downloadland-and-freedom-53ca3a6117265098a9ed1911b536962d97a4f4cf.tar.gz
move event card to trash after resolving action
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
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")