Bug report -- Building Renames for clarity 31-07-2025-II
Side effect of this mod : the Carthaginian unique quarter is renamed from "Punic Port" to "Punic Cargo Port".
How to fix: replace
Side effect of this mod : the Carthaginian unique quarter is renamed from "Punic Port" to "Punic Cargo Port".
How to fix: replace
WHERE NOT Tag = 'LOC_BUILDING_PORT_NAME';
by WHERE NOT Tag = 'LOC_BUILDING_PORT_NAME' AND NOT Tag = 'LOC_QUARTER_PUNIC_PORT_NAME';
.