Fixes Horn coloration issues, allows mammals to choose their meat type

Because reasons I guess.
This commit is contained in:
Poojawa
2019-09-13 10:58:04 -05:00
parent 8946d6d059
commit 9561819fb7
19 changed files with 221 additions and 169 deletions
@@ -7,7 +7,7 @@
inherent_biotypes = list(MOB_ORGANIC, MOB_HUMANOID)
mutant_bodyparts = list("mam_tail", "mam_ears", "mam_body_markings", "mam_snouts", "taur", "horns", "legs")
default_features = list("mcolor" = "FFF","mcolor2" = "FFF","mcolor3" = "FFF", "mam_snouts" = "Husky", "mam_tail" = "Husky", "mam_ears" = "Husky",
"mam_body_markings" = "Husky", "taur" = "None", "horns" = "None", "horn_color" = "85615a" , "legs" = "Plantigrade")
"mam_body_markings" = "Husky", "taur" = "None", "horns" = "None", "legs" = "Plantigrade", "meat_type" = "Mammalian")
attack_verb = "claw"
attack_sound = 'sound/weapons/slash.ogg'
miss_sound = 'sound/weapons/slashmiss.ogg'
@@ -1,5 +1,5 @@
/datum/species/ipc
name = "IPC"
name = "I.P.C."
id = "ipc"
say_mod = "beeps"
default_color = "00FF00"