diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-14 13:34:36 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-14 13:34:36 +0200 |
commit | 66133347285c333cb7bddc7cfe47aa3de2ed53a9 (patch) | |
tree | 2e8c8fd3982f956e5504fb01d6c760faa83dfd63 /rules.js | |
parent | f1f3572b4c2e05e470c1e7d24858b12879cbb581 (diff) | |
download | algeria-66133347285c333cb7bddc7cfe47aa3de2ed53a9.tar.gz |
Only allow to Government to take a mission if they didn't just pass
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2288,7 +2288,8 @@ states.fln_operations = { view.actions.move = 1 }) - gen_action("gov_mission") + // Only allow to Government to take a mission if they didn't just pass. + view.actions.gov_mission = !game.passes gen_action("pass") }, propaganda() { |