mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 21:35:14 -04:00
Resolved #13382 - EventChoice inherits from UnitTriggerable which inherits from Triggerable, so all UnitTriggerables are now valid Event Choices
This commit is contained in:
parent
6b77e762f6
commit
9e4086563f
@ -59,7 +59,7 @@ enum class UniqueTarget(
|
||||
CityState(inheritsFrom = Global),
|
||||
ModOptions,
|
||||
Event,
|
||||
EventChoice(inheritsFrom = Triggerable),
|
||||
EventChoice(inheritsFrom = UnitTriggerable),
|
||||
|
||||
// Modifiers
|
||||
Conditional("Modifiers that can be added to other uniques to limit when they will be active", modifierType = ModifierType.Conditional),
|
||||
|
Loading…
x
Reference in New Issue
Block a user