From 6e72c48115b42bf5c700a8c0ab41f0e7b8b0f1d8 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Sat, 15 Jul 2017 03:30:17 +0100 Subject: [PATCH] Added " say_mod = "chirps" " to the avian species entry to allow the say prefix to be "chirps" instead of "says" (#2008) --- .../modules/mob/living/carbon/human/species_types/furrypeople.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/furrypeople.dm b/code/modules/mob/living/carbon/human/species_types/furrypeople.dm index 4d7ed506b8..d612a4f061 100644 --- a/code/modules/mob/living/carbon/human/species_types/furrypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/furrypeople.dm @@ -21,6 +21,7 @@ datum/species/mammal /datum/species/avian name = "Avian" id = "avian" + say_mod = "chirps" default_color = "BCAC9B" species_traits = list(MUTCOLORS,EYECOLOR,LIPS,HAIR) mutant_bodyparts = list("snout", "wings", "taur", "mam_tail", "mam_body_markings")