summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index c64b0a6..738e953 100644
--- a/play.js
+++ b/play.js
@@ -489,9 +489,11 @@ function on_update() { // eslint-disable-line no-unused-vars
action_button("pass", "Pass")
action_button("add_fln_psl", "+1 FLN PSL")
+ action_button("add_5_fln_psl", "+5 FLN PSL")
action_button("remove_fln_psl", "-1 FLN PSL")
action_button("add_gov_psl", "+1 Government PSL")
action_button("remove_gov_psl", "-1 Government PSL")
+ action_button("remove_5_gov_psl", "-5 Government PSL")
action_button("done", "Done")
action_button("undo", "Undo")