Merge pull request #13851 from Heroman3003/emote-fixes

Fixes some one person having a specific emote giving it to everyone
This commit is contained in:
Casey
2022-10-09 22:59:15 -04:00
committed by CHOMPStation2
parent 0972599a01
commit f49362b8e1
12 changed files with 16 additions and 15 deletions

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)