summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-15 17:16:47 +0100
committerTor Andersson <tor@ccxvii.net>2025-02-15 17:16:47 +0100
commit85a2443c919a61efc6bb783af2a6aba1351f6258 (patch)
tree761e97c518dc0298bc25fb6685e62f6abd1c0f17
parenta26574db5d5482ae1b4d3792e9815b8b85241538 (diff)
downloadmaria-85a2443c919a61efc6bb783af2a6aba1351f6258.tar.gz
Fix typo when entering general in silesian annexed home city.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 1abe0c1..959e112 100644
--- a/rules.js
+++ b/rules.js
@@ -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]