From b71a2d9505bd410692af8f73ca81c98654349bb3 Mon Sep 17 00:00:00 2001 From: Emandac <121508218+Emandac@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:45:55 +0100 Subject: [PATCH] change it back to Experience because it didn't want to build on git :( --- core/src/com/unciv/models/ruleset/unique/UniqueType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/models/ruleset/unique/UniqueType.kt b/core/src/com/unciv/models/ruleset/unique/UniqueType.kt index 394ae7ad66..26ddb2aeee 100644 --- a/core/src/com/unciv/models/ruleset/unique/UniqueType.kt +++ b/core/src/com/unciv/models/ruleset/unique/UniqueType.kt @@ -188,7 +188,7 @@ enum class UniqueType( // Todo: Lowercase the 'U' of 'Units' in this unique CityHealingUnits("[mapUnitFilter] Units adjacent to this city heal [amount] HP per turn when healing", UniqueTarget.Global, UniqueTarget.FollowerBelief), - XPForPromotionModifier("[relativeAmount]% XP required for promotions",UniqueTarget.Global), + XPForPromotionModifier("[relativeAmount]% Experience required for promotions",UniqueTarget.Global), /// City Strength BetterDefensiveBuildings("[relativeAmount]% City Strength from defensive buildings", UniqueTarget.Global),