diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -585,9 +585,9 @@ 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("archives", "Archives") + action_button("volunteers", "Volunteers") + action_button("add_glory", "Add to Bag of Glory") action_button("draw_card", "Draw a Card") action_button("draw_cards", "Draw Cards") |