summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/play.js b/play.js
index 91ef6c4..b2ed9e2 100644
--- a/play.js
+++ b/play.js
@@ -577,8 +577,10 @@ function on_update() { // eslint-disable-line no-unused-vars
action_button("Communist", "Communist")
action_button("Moderate", "Moderate")
+ // medallion hero point buttons
+ action_button("remove_blank_marker", "Archives")
+ action_button("add_to_front", "Volunteers")
action_button("add_glory", "Add to Bag of Glory")
- action_button("add_to_front", "+1 to a Front")
action_button("draw_card", "Draw a Card")
action_button("draw_cards", "Draw Cards")
action_button("draw_glory", "Draw from Bag of Glory")
@@ -586,7 +588,6 @@ function on_update() { // eslint-disable-line no-unused-vars
action_button("lose_hp", "Lose Hero Points")
action_button("play_to_tableau", "Action Points")
action_button("play_for_event", "Event")
- action_button("remove_blank_marker", "Remove Blank marker")
action_button("use_momentum", "Momentum")
action_button("use_ap", "Action Points")