mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-03 13:30:51 +07:00
Fix test - correct target type for event choice
This commit is contained in:
parent
cb432bbb67
commit
2a31c13bc6
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user