From bb2c181635970138f03c0080c2b0c790ed3063a3 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 15 Feb 2025 20:18:29 +0200 Subject: [PATCH] Fixed golden age points (#12967) --- core/src/com/unciv/models/stats/SubStat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/models/stats/SubStat.kt b/core/src/com/unciv/models/stats/SubStat.kt index 5046a19960..b34600faaf 100644 --- a/core/src/com/unciv/models/stats/SubStat.kt +++ b/core/src/com/unciv/models/stats/SubStat.kt @@ -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), ;