mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Fixes an oversight with default emote retrieval.
This commit is contained in:
@@ -96,7 +96,7 @@ var/global/list/_human_default_emotes = list(
|
||||
/mob/living/carbon/human/get_available_emotes()
|
||||
. = global._human_default_emotes
|
||||
if(length(species?.default_emotes))
|
||||
. |= species.default_emotes
|
||||
return . | species.default_emotes
|
||||
|
||||
/mob/living/carbon/human/verb/pose()
|
||||
set name = "Set Pose"
|
||||
|
||||
Reference in New Issue
Block a user