Resolved #13382 - EventChoice inherits from UnitTriggerable which inherits from Triggerable, so all UnitTriggerables are now valid Event Choices

This commit is contained in:
yairm210 2025-06-02 23:36:37 +03:00
parent 6b77e762f6
commit 9e4086563f

View File

@ -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),