mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 02:42:16 -04:00
Allowed stat reserve to get happiness
This commit is contained in:
parent
6bb0ddd2ca
commit
44e6827728
@ -892,6 +892,7 @@ class Civilization : IsPartOfGameInfoSerialization {
|
||||
}
|
||||
Stat.Gold -> gold
|
||||
Stat.Faith -> religionManager.storedFaith
|
||||
Stat.Happiness -> stats.happiness
|
||||
else -> 0
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user