mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 16:28:40 +07:00
Fixed bug where effects of all aquaducts nationwide stacked in each city (#4487)
* Fixed bug where effects of all aquaducts nationwide stacked in each city * Implemented requested changes * Implemented requested changes better
This commit is contained in:
@ -393,7 +393,7 @@
|
||||
"name": "Aqueduct",
|
||||
"maintenance": 1,
|
||||
"hurryCostModifier": 0,
|
||||
"uniques": ["[40]% of food is carried over after population increases"],
|
||||
"uniques": ["[40]% of food is carried over [in this city] after population increases"],
|
||||
"requiredTech": "Engineering"
|
||||
},
|
||||
{
|
||||
@ -978,7 +978,7 @@
|
||||
"requiredBuilding": "Hospital",
|
||||
"maintenance": 3,
|
||||
"requiredTech": "Pharmaceuticals",
|
||||
"uniques": ["[25]% of food is carried over after population increases"]
|
||||
"uniques": ["[25]% of food is carried over [in this city] after population increases"]
|
||||
},
|
||||
{
|
||||
"name": "Manhattan Project",
|
||||
|
Reference in New Issue
Block a user