Fixes some one person having a specific emote giving it to everyone

This commit is contained in:
Heroman
2022-10-05 05:32:14 +10:00
parent 4215e8f6e1
commit f9cf59ab40
12 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
var/last_emote_summary
/mob/proc/get_available_emotes()
return global._default_mob_emotes
return global._default_mob_emotes.Copy()
/mob/proc/can_emote(var/emote_type)
return (stat == CONSCIOUS)