diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-15 17:16:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-15 17:16:47 +0100 |
commit | 85a2443c919a61efc6bb783af2a6aba1351f6258 (patch) | |
tree | 761e97c518dc0298bc25fb6685e62f6abd1c0f17 | |
parent | a26574db5d5482ae1b4d3792e9815b8b85241538 (diff) | |
download | maria-85a2443c919a61efc6bb783af2a6aba1351f6258.tar.gz |
Fix typo when entering general in silesian annexed home city.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3562,7 +3562,7 @@ function all_re_entry_cities_for_general(p) { if (is_intro() && piece_power[p] === P_FRANCE) return all_home_country_major_fortresses[P_BAVARIA] if (piece_power[p] === P_PRUSSIA && has_prussia_annexed_silesia()) - return all_prussian_and_silesian_major_fortresses() + return all_prussian_and_silesian_major_fortresses if (p === ARENBERG) return all_arenberg_major_fortresses return all_home_country_major_fortresses[game.power] |