Fixing positional custom emotes. (#9011)

* Fixing positional custom emotes.

* see_emote cleanup.

* Further refinement work on custom emotes.

* Cleaning up some custom_emote() calls.
This commit is contained in:
MistakeNot4892
2023-03-09 14:33:25 +11:00
committed by GitHub
parent 75577bd3ca
commit 642348983f
23 changed files with 99 additions and 113 deletions

View File

@@ -147,7 +147,7 @@ var/global/list/overminds = list()
//Handle nonverbal languages here
for(var/datum/multilingual_say_piece/S in message_pieces)
if(S.speaking.flags & NONVERBAL)
custom_emote(1, "[pick(S.speaking.signlang_verb)].")
custom_emote(VISIBLE_MESSAGE, "[pick(S.speaking.signlang_verb)].")
for(var/mob/M in listening)
spawn()