From 1a5bcbc0293208cd2837a95c2cdd573cf461d960 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Fri, 3 Jan 2025 20:03:13 +0100 Subject: fixed several bugs --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 19ad4f0..f5e004f 100644 --- a/play.js +++ b/play.js @@ -377,7 +377,7 @@ function on_update() { action_button('draw_cards', 'Draw cards'); action_button('play_for_ap', 'Play card for Action Points'); action_button('play_for_event', 'Play card for Event'); - action_button('add_glory', 'Add Glory'); + action_button('add_glory', 'Add to Bag of Glory'); action_button('up', 'Up'); action_button('down', 'Down'); action_button('next', 'Next'); -- cgit v1.2.3