support custom speech type handlers

This commit is contained in:
2023-04-30 18:04:54 -06:00
parent 4cefee07a0
commit 90263142dd

View File

@@ -297,7 +297,7 @@
(if wryly
(actor.playAnimation wryly)
(actor.playAnimation "neutral"))))
((or (OffScreen actor) (VoiceOver actor) (TextMessage actor) (FromPhone actor) (Custom _ actor _))
((or (OffScreen actor) (VoiceOver actor) (TextMessage actor) (FromPhone actor))
(if wryly
(actor.playAnimation wryly)
(actor.playAnimation "neutral")))