mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04: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 stats = Stats()
|
||||||
|
|
||||||
val civUnique = cityInfo.civInfo.nation.unique
|
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
|
stats.culture += 2
|
||||||
|
|
||||||
return stats
|
return stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user