diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-30 12:33:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-30 12:52:47 +0100 |
commit | 95eab7e557d831a21b0edbdb4bec35ea60f6aea3 (patch) | |
tree | 51b856607f47fdcddc614d4961e85fe6d35aed1c | |
parent | 9efbf1a327440ce54dc40ed0419fbe2f8dac45be (diff) | |
download | algeria-95eab7e557d831a21b0edbdb4bec35ea60f6aea3.tar.gz |
abbreviate Government to Gov on buttons
TODO: [Government Mission] ?
-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") |