diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-05 20:46:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-05 20:46:48 +0200 |
commit | b641df55f93a050765be1213064e020a093f1f28 (patch) | |
tree | f030faf1f010c8b5b1ade49d387d5cb25561903f /rules.js | |
parent | 30943675d38a6385b0d51a389e7be028b1dfb3e8 (diff) | |
download | time-of-crisis-b641df55f93a050765be1213064e020a093f1f28.tar.gz |
Adjust neutral Italia in the correct direction when replacing pretender.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3076,7 +3076,7 @@ states.replace_pretender_governor = { if (is_emperor_player()) increase_support(ITALIA) else - adjust_neutral_italia(1) + adjust_neutral_italia(-1) end_occupation_of_pretender_capital() }, pass() { |