mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-24 18:06:04 +07:00
Disable France culture boost after Steam Power research (#1663)
This commit is contained in:
parent
51ecb0e99d
commit
109b60db2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user