Have the Trigger Event unit action text be the Event (#13880)

This commit is contained in:
Rob Loach 2025-09-04 07:04:00 -04:00 committed by GitHub
parent 19b25e5ea4
commit 8c591ac9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,7 @@ object UnitActionsFromUniques {
stat
)
}
UniqueType.TriggerEvent -> unique.params[0]
else -> unique.text.removeConditionals()
}
val title = UnitActionModifiers.actionTextWithSideEffects(baseTitle, unique, unit)