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 9e21e82..ec459e0 100644
--- a/play.js
+++ b/play.js
@@ -388,8 +388,8 @@ function on_update() {
action_button('yes', 'Yes');
action_button('no', 'No');
action_button('skip', 'Skip');
- action_button('done', 'Done');
action_button('spend_hp', 'Spend Hero Points');
+ action_button('done', 'Done');
action_button('undo', 'Undo');
}
function on_log(text) {