Allowed stat reserve to get happiness

This commit is contained in:
yairm210 2025-06-17 18:06:23 +03:00
parent 6bb0ddd2ca
commit 44e6827728

View File

@ -892,6 +892,7 @@ class Civilization : IsPartOfGameInfoSerialization {
}
Stat.Gold -> gold
Stat.Faith -> religionManager.storedFaith
Stat.Happiness -> stats.happiness
else -> 0
}
}