Fix test - correct target type for event choice

This commit is contained in:
yairm210 2024-09-05 21:24:32 +03:00
parent cb432bbb67
commit 2a31c13bc6

View File

@ -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. */