mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-21 10:25:10 -04:00
Merge e5be79b0e877547f2b682e74b9e10f0cd13e308b into d51ef24c205b6b05330b3c4d7ce79c402db44447
This commit is contained in:
commit
e0cbd2077d
@ -88,7 +88,7 @@ object Automation {
|
||||
for (unique in localUniqueCache.forCityGetMatchingUniques(city, UniqueType.UnhappinessFromPopulationTypePercentageChange))
|
||||
if (unique.params[1] == "Specialists" && city.matchesFilter(unique.params[2]))
|
||||
yieldStats.happiness -= (unique.params[0].toFloat() / 100f) // relative val is negative, make positive
|
||||
if (yieldStats.science == 3f || yieldStats.science >= 5f )
|
||||
if (!city.civ.isHuman() && (yieldStats.science == 3f || yieldStats.science >= 5f ))
|
||||
yieldStats.science *= 2f
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user