diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-23 00:45:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-23 00:45:18 +0200 |
commit | 512159834068134bc38742aeec08e7b4732b0758 (patch) | |
tree | 2fc8ee1b9bef863404f66644d42dbcb5d1bdbefc | |
parent | 092a76abde95a2f947698afb581f2e6f443747c3 (diff) | |
download | time-of-crisis-512159834068134bc38742aeec08e7b4732b0758.tar.gz |
Update Italia support when replacing pretender governor.
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3022,6 +3022,8 @@ states.replace_pretender_governor = { push_undo() log("Replaced governor.") set_governor_location(id, game.where) + if (is_emperor_player()) + increase_support(ITALIA) update_neutral_italia() end_occupation_of_pretender_capital() }, |