Humanism should increase happiness, instead of science.

This commit is contained in:
Duan Tao 2018-12-26 10:32:50 +08:00
parent faf5803b1d
commit 5dae652c0b

View file

@ -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 }