Still need to fix the head.

This commit is contained in:
LetterJay
2017-06-14 04:54:28 -05:00
parent 226345d82a
commit 28d726d1af
6 changed files with 35 additions and 1 deletions
@@ -204,4 +204,16 @@ datum/species/mammal
// roundstart = 1
whitelisted = 1
whitelist = list("rubyflamewing")
blacklisted = 0
blacklisted = 0
datum/species/digimon/gulimon
name = "Gulimon"
id = "gulimon"
default_color = "4B4B4B"
species_traits = list(MUTCOLORS,EYECOLOR,LIPS,HAIR)
mutant_bodyparts = list("mam_tail", "mam_ears", "mam_body_markings")
default_features = list("mcolor" = "FFF", "mcolor2" = "FFF", "mcolor3" = "FFF", "mam_tail" = "gulimon", "mam_ears" = "gulimon", "mam_body_markings" = "gulimon")
attack_verb = "claw"
attack_sound = 'sound/weapons/slash.ogg'
miss_sound = 'sound/weapons/slashmiss.ogg'
roundstart = 1