Inside the spoiler is a copy of the code which causes the bug that disables you to upgrade your market (agora, forum whatever) to a larger version (if you hadn't chosen to establish type 4 governments).
Spoiler Alert, click show to read:
great_forum
}
}
great_forum requires factions { romans_brutii, egypt, romans_scipii, carthage, parthia, numidia, thrace, greek_cities, macedon, romans_julii, seleucid, saba, } and not building_present_min_level government gov3
Of course the conditional "and not building_present_min_level government gov3" is the culprit: that should have been "and building_present_min_level government gov3". There are a number of other possibilities (judging by the code) though:
Great_markets only available to govt 2 and 1 provinces (1);
Great_markets only unavailable to govt 3 provinces (2).
The current version is Great_markets only available to govt 4 provinces. (1) would require "and building_present_min_level government gov2" instead of "and building_present_min_level government gov3" (mentioned above); and (2) would require "and not building_present_level government gov3" instead of "and building_present_min_level government gov3" (mentioned above). My 'fix' changes the current version to Great_markets available
to all but the type 4 government provinces.
This has been found and will be fixed in the next patch, I have been told. As well as a similar error in the hippodrome and Roma missing extensive port upgrades.
Bookmarks