Fixed the problems with the food carry-over unique (#6040)

This commit is contained in:
Xander Lenstra
2022-01-24 18:52:35 +01:00
committed by GitHub
parent f6cb2bd0d7
commit b69507255f
6 changed files with 26 additions and 13 deletions

View File

@ -398,7 +398,7 @@
"name": "Aqueduct",
"maintenance": 1,
"hurryCostModifier": 0,
"uniques": ["[40]% of food is carried over [in this city] after population increases"],
"uniques": ["[40]% Food is carried over after population increases [in this city]"],
"requiredTech": "Engineering"
},
{
@ -1022,7 +1022,7 @@
"requiredBuilding": "Hospital",
"maintenance": 3,
"requiredTech": "Pharmaceuticals",
"uniques": ["[25]% of food is carried over [in this city] after population increases"]
"uniques": ["[25]% Food is carried over after population increases [in this city]"]
},
{
"name": "Manhattan Project",

View File

@ -351,7 +351,7 @@
"name": "Aqueduct",
"maintenance": 1,
"hurryCostModifier": 0,
"uniques": ["[40]% of food is carried over [in this city] after population increases"],
"uniques": ["[40]% Food is carried over after population increases [in this city]"],
"requiredTech": "Engineering"
},
{
@ -867,7 +867,7 @@
"requiredBuilding": "Hospital",
"maintenance": 3,
"requiredTech": "Pharmaceuticals",
"uniques": ["[25]% of food is carried over [in this city] after population increases"]
"uniques": ["[25]% Food is carried over after population increases [in this city]"]
},
{
"name": "Hydro Plant",