cannot repldeg to any non-open ToL

This commit is contained in:
2025-02-18 18:05:48 -06:00
parent 9e36d558bf
commit e69c0f2799
+1 -1
View File
@@ -455,7 +455,7 @@ public class City extends AbstractWorldObject {
if (!BuildingManager.IsPlayerHostile(city.getTOL(), pc))
cities.add(city); //verify nation or guild is same
} else if (Guild.sameNationExcludeErrant(city.getGuild(), pcG))
} else if (city.open && Guild.sameNationExcludeErrant(city.getGuild(), pcG))
cities.add(city);
} else if (city.isNpc == 1) {