mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user