From 50cd02edaeca229a8b96b20371cf84a31b5f51b0 Mon Sep 17 00:00:00 2001 From: listerla <57296132+listerla@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:36:25 -0500 Subject: [PATCH] Makes the chirp emote available to Zaddat --- .../mob/living/carbon/human/species/station/station.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index ef372b15c8..5c9f0a2e53 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -433,6 +433,11 @@ /datum/mob_descriptor/height = 0, /datum/mob_descriptor/build = -1 ) + + default_emotes = list( + /decl/emote/audible/chirp + ) + /datum/species/zaddat/equip_survival_gear(var/mob/living/carbon/human/H) ..() if(H.wear_suit) //get rid of job labcoats so they don't stop us from equipping the Shroud