mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -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
|
||||
|
||||
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),
|
||||
StoredFood("Stored Food", NotificationIcon.Food),
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user