diff options
-rw-r--r-- | play.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -675,7 +675,7 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("end_deployment", "End Deployment") action_button("roll", "Roll") action_button("raise_fln_psl_1d6", "+1d6 FLN PSL") - action_button("lower_gov_psl_1d6", "-1d6 Government PSL") + action_button("lower_gov_psl_1d6", "-1d6 Gov PSL") action_button("zone_I", "I") action_button("zone_II", "II") action_button("zone_III", "III") @@ -734,10 +734,10 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("add_5_fln_psl", "+5 FLN PSL") action_button("remove_fln_psl", "-1 FLN PSL") action_button("remove_5_fln_psl", "-5 FLN PSL") - action_button("add_gov_psl", "+1 Government PSL") - action_button("add_5_gov_psl", "+5 Government PSL") - action_button("remove_gov_psl", "-1 Government PSL") - action_button("remove_5_gov_psl", "-5 Government PSL") + action_button("add_gov_psl", "+1 Gov PSL") + action_button("add_5_gov_psl", "+5 Gov PSL") + action_button("remove_gov_psl", "-1 Gov PSL") + action_button("remove_5_gov_psl", "-5 Gov PSL") action_button("eliminate_cadre", "Eliminate Cadre") action_button("eliminate_band", "Eliminate Band") |