Fixed golden age points (#12967)

This commit is contained in:
Yair Morgenstern 2025-02-15 20:18:29 +02:00 committed by GitHub
parent 513c29339e
commit bb2c181635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),
;