diff --git a/core/src/com/unciv/models/ruleset/Event.kt b/core/src/com/unciv/models/ruleset/Event.kt index 19930b72ba..5fd08d0328 100644 --- a/core/src/com/unciv/models/ruleset/Event.kt +++ b/core/src/com/unciv/models/ruleset/Event.kt @@ -35,7 +35,7 @@ class Event : RulesetObject() { class EventChoice : ICivilopediaText, RulesetObject() { var text = "" - override fun getUniqueTarget() = UniqueTarget.Event + override fun getUniqueTarget() = UniqueTarget.EventChoice override fun makeLink() = "" /** Keyboard support - not user-rebindable, mod control only. Will be [parsed][KeyCharAndCode.parse], so Gdx key names will work. */