mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Fixed golden age points (#12967)
This commit is contained in:
parent
513c29339e
commit
bb2c181635
@ -3,7 +3,7 @@ package com.unciv.models.stats
|
|||||||
import com.unciv.logic.civilization.NotificationIcon
|
import com.unciv.logic.civilization.NotificationIcon
|
||||||
|
|
||||||
enum class SubStat(val text: String, val icon: String) : GameResource {
|
enum class SubStat(val text: String, val icon: String) : GameResource {
|
||||||
GoldenAgePoints("Golde Age points", NotificationIcon.Happiness),
|
GoldenAgePoints("Golden Age points", NotificationIcon.Happiness),
|
||||||
TotalCulture("Total Culture", NotificationIcon.Culture),
|
TotalCulture("Total Culture", NotificationIcon.Culture),
|
||||||
StoredFood("Stored Food", NotificationIcon.Food),
|
StoredFood("Stored Food", NotificationIcon.Food),
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user