summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@franss-mbp.home>2024-12-30 22:21:32 +0100
committerFrans Bongers <fransbongers@franss-mbp.home>2024-12-30 22:21:32 +0100
commit4148cddd0370fa1ea9b9580a79ac1c73109c88a1 (patch)
tree6f94af6ca4c45bed4c9a8da9cf4adb2e24700270 /play.js
parent2122adacc6c569e78bc71b049ea5cdffe13208a5 (diff)
downloadland-and-freedom-4148cddd0370fa1ea9b9580a79ac1c73109c88a1.tar.gz
spend hero points at any point during a turn
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) {