From 5b4b56ad0aeab1bc96a928958bfd41e6de4c751e Mon Sep 17 00:00:00 2001 From: TheGreatKitsune Date: Mon, 24 Oct 2022 05:02:49 -0500 Subject: [PATCH] Add a bunch of emotes to custom species --- .../carbon/human/species/station/blank_vr.dm | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm index e33a98502e..0b6a891890 100644 --- a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm @@ -48,6 +48,31 @@ trait_points = 2 + //CHOMPEdit Start - add a bunch of default emotes + default_emotes = list( + /decl/emote/audible/teshsqueak, + /decl/emote/audible/teshchirp, + /decl/emote/audible/teshtrill, + /decl/emote/audible/vox_shriek, + /decl/emote/audible/squish, + /decl/emote/audible/chirp, + /decl/emote/visible/bounce, + /decl/emote/visible/jiggle, + /decl/emote/visible/lightup, + /decl/emote/visible/vibrate, + /decl/emote/audible/gnarl, + /decl/emote/audible/purr, + /decl/emote/audible/purrlong, + /decl/emote/human/swish, + /decl/emote/human/wag, + /decl/emote/human/sway, + /decl/emote/human/qwag, + /decl/emote/human/fastsway, + /decl/emote/human/swag, + /decl/emote/human/stopsway + ) + //CHOMPEdit End + /datum/species/custom/update_sort_hint() sort_hint = SPECIES_SORT_CUSTOM