summaryrefslogtreecommitdiff
path: root/play.ts
diff options
context:
space:
mode:
Diffstat (limited to 'play.ts')
-rw-r--r--play.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.ts b/play.ts
index c6307fe..87ba7dc 100644
--- a/play.ts
+++ b/play.ts
@@ -476,7 +476,7 @@ 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('spend_hp', 'Spend Hero Points');
+
action_button('add_glory', 'Add Glory');
action_button('up', 'Up');
action_button('down', 'Down');
@@ -487,6 +487,7 @@ function on_update() {
action_button('no', 'No');
action_button('skip', 'Skip');
action_button('done', 'Done');
+ action_button('spend_hp', 'Spend Hero Points');
action_button('undo', 'Undo');
}