hawks, capras, and donation item
This commit is contained in:
@@ -37,14 +37,29 @@ datum/species/canid
|
||||
/datum/species/ailurus
|
||||
name = "Ailurus"
|
||||
id = "ailurus"
|
||||
default_color = "BCAC9B"
|
||||
default_color = "4B4B4B"
|
||||
species_traits = list(EYECOLOR,LIPS,HAIR)
|
||||
mutant_bodyparts = list("mam_tail")
|
||||
default_features = list("mcolor" = "FFF","mcolor2" = "FFF","mcolor3" = "FFF","mam_tail" = "ailurus")
|
||||
attack_verb = "claw"
|
||||
attack_sound = 'sound/weapons/slash.ogg'
|
||||
miss_sound = 'sound/weapons/slashmiss.ogg'
|
||||
roundstart = 1 //no sprites yet
|
||||
roundstart = 1
|
||||
|
||||
/datum/species/capra
|
||||
name = "Capra"
|
||||
id = "capra"
|
||||
default_color = "4B4B4B"
|
||||
species_traits = list(MUTCOLORS,EYECOLOR,LIPS,HAIR)
|
||||
mutant_bodyparts = list("mam_tail")
|
||||
default_features = list("mcolor" = "FFF","mcolor2" = "FFF","mcolor3" = "FFF","mam_tail" = "capra")
|
||||
attack_verb = "claw"
|
||||
attack_sound = 'sound/weapons/slash.ogg'
|
||||
miss_sound = 'sound/weapons/slashmiss.ogg'
|
||||
roundstart = 1
|
||||
|
||||
|
||||
|
||||
|
||||
//AVIAN//
|
||||
/datum/species/avian
|
||||
@@ -60,6 +75,18 @@ datum/species/canid
|
||||
roundstart = 0 //no sprites yet
|
||||
blacklisted = 1
|
||||
|
||||
/datum/species/avian
|
||||
name = "Hawk"
|
||||
id = "hawk"
|
||||
default_color = "BCAC9B"
|
||||
species_traits = list(EYECOLOR,LIPS,HAIR)
|
||||
mutant_bodyparts = list("mam_tail")
|
||||
default_features = list("wings" = "hawk")
|
||||
attack_verb = "peck"
|
||||
attack_sound = 'sound/weapons/slash.ogg'
|
||||
miss_sound = 'sound/weapons/slashmiss.ogg'
|
||||
roundstart = 1
|
||||
|
||||
//AQUATIC//
|
||||
/datum/species/shark
|
||||
name = "Shark"
|
||||
|
||||
@@ -1701,6 +1701,17 @@
|
||||
name = "Ailurus"
|
||||
icon_state = "ailurus"
|
||||
|
||||
//Capra
|
||||
/datum/sprite_accessory/mam_tails/capra
|
||||
name = "Capra"
|
||||
icon_state = "capra"
|
||||
|
||||
//Hawk
|
||||
/datum/sprite_accessory/mam_tails/hawk
|
||||
name = "Hawk"
|
||||
icon_state = "hawk"
|
||||
|
||||
|
||||
//Mammal Specific Body Markings
|
||||
/datum/sprite_accessory/mam_body_markings
|
||||
color_src = MUTCOLORS2
|
||||
|
||||
Reference in New Issue
Block a user