Scripted EffectChanged this version
cc_setup_new_town
Definitionin_game/common/scripted_effects/country_effects.txt:2491
2495change_max_raw_material_workers = 1
2497if = {
2498limit = {
2498market_access <= 0
}
2500create_market = {
2501builder = root
2502location = scope:new_town
2503price = price:create_market
2504instant = yes
2505price_modifier = 0
}
}
2508if = {
2509limit = {
2510exists = scope:actor
2511scope:actor = {
2512is_human = yes
}
}
2515scope:actor = {
}
}