Added " say_mod = "chirps" " to the avian species entry to allow the say prefix to be "chirps" instead of "says" (#2008)

This commit is contained in:
Raeschen
2017-07-15 03:30:17 +01:00
committed by kevinz000
parent 63ffbdf090
commit 6e72c48115
@@ -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")