mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 00:29:18 +07:00
Fixed the problems with the food carry-over unique (#6040)
This commit is contained in:
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user