Hotfix Legalism on foundation (#1747)
This commit is contained in:
parent
e4308f947e
commit
32e3cb2112
1 changed files with 3 additions and 2 deletions
|
@ -76,13 +76,14 @@ class CityInfo {
|
|||
civInfo.cities = civInfo.cities.toMutableList().apply { add(this@CityInfo) }
|
||||
civInfo.addNotification("[$name] has been founded!", cityLocation, Color.PURPLE)
|
||||
|
||||
civInfo.policies.tryAddLegalismBuildings()
|
||||
|
||||
if (civInfo.cities.size == 1) {
|
||||
cityConstructions.addBuilding("Palace")
|
||||
cityConstructions.currentConstruction = Constants.worker // Default for first city only!
|
||||
}
|
||||
|
||||
if (civInfo.policies.isAdopted("Legalism"))
|
||||
civInfo.policies.tryAddLegalismBuildings()
|
||||
|
||||
expansion.reset()
|
||||
|
||||
val tile = getCenterTile()
|
||||
|
|
Loading…
Reference in a new issue