Fixes human think() emotes. (#9906)

This commit is contained in:
Matt Atlas
2020-09-07 20:33:53 +02:00
committed by GitHub
parent a590c39817
commit 1aefd0de23
19 changed files with 79 additions and 38 deletions

View File

@@ -159,7 +159,7 @@
bsv()
return
src.custom_emote(1,"presses a button on their suit, followed by a polite bow.")
src.custom_emote(VISIBLE_MESSAGE,"presses a button on their suit, followed by a polite bow.")
spark(src, 5, alldirs)
addtimer(CALLBACK(GLOBAL_PROC, .proc/qdel, src), 10, TIMER_CLIENT_TIME)
animate(src, alpha = 0, time = 9, easing = QUAD_EASING)