Disable France culture boost after Steam Power research (#1663)

This commit is contained in:
JackRainy 2020-01-11 22:59:45 +02:00 committed by Yair Morgenstern
parent 51ecb0e99d
commit 109b60db2c

View File

@ -110,7 +110,8 @@ class CityStats {
val stats = Stats()
val civUnique = cityInfo.civInfo.nation.unique
if (civUnique == "+2 Culture per turn from cities before discovering Steam Power")
if (civUnique == "+2 Culture per turn from cities before discovering Steam Power"
&& !cityInfo.civInfo.tech.isResearched("Steam Power"))
stats.culture += 2
return stats