summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/play.js b/play.js
index f2b723a..de6dfb6 100644
--- a/play.js
+++ b/play.js
@@ -1515,7 +1515,9 @@ function on_update() {
action_button("automatic", "Automatic")
action_button("spend_military", "Spend Military")
action_button("spend_senate", "Spend Senate")
- action_button("reroll", "Reroll")
+
+ action_button("keep", "Keep")
+ action_button("reroll", "Re-roll")
action_button("roll", "Roll")
action_button("disperse_mob", "Disperse Mob")
@@ -1534,7 +1536,7 @@ function on_update() {
action_button("end_actions", "End Actions")
action_button("end_turn", "End Turn")
- action_button("keep", "Keep")
+
action_button("pass", "Pass")
action_button("done", "Done")
action_button("undo", "Undo")