summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 52240c0..a18aea4 100644
--- a/play.js
+++ b/play.js
@@ -362,7 +362,6 @@ 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('spend_hp', 'Spend Hero Points');
action_button('add_glory', 'Add Glory');
action_button('up', 'Up');
action_button('down', 'Down');
@@ -373,6 +372,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');
}
function on_log(text) {