Humanism should increase happiness, instead of science.
This commit is contained in:
parent
faf5803b1d
commit
5dae652c0b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Building : NamedStats(), IConstruction{
|
|||
stats.science += 1f
|
||||
|
||||
if (adoptedPolicies.contains("Humanism") && hashSetOf("University", "Observatory", "Public School").contains(name))
|
||||
stats.science += 1f
|
||||
stats.happiness += 1f
|
||||
|
||||
if (adoptedPolicies.contains("Theocracy") && name == "Temple")
|
||||
percentStatBonus = Stats().apply { gold=10f }
|
||||
|
|
Loading…
Reference in a new issue