mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user