Merge pull request #3107 from Fox-McCloud/vox-tails-vulp-markings

Vox Tail and Vulp Markings
This commit is contained in:
TheDZD
2016-01-05 19:35:34 -05:00
6 changed files with 17 additions and 0 deletions
@@ -173,6 +173,7 @@
default_language = "Galactic Common"
language = "Vox-pidgin"
tail = "voxtail"
speech_sounds = list('sound/voice/shriek1.ogg')
speech_chance = 20
unarmed_type = /datum/unarmed_attack/claws //I dont think it will hurt to give vox claws too.
@@ -199,12 +200,16 @@
flags = NO_SCAN | IS_WHITELISTED
clothing_flags = HAS_SOCKS
dietflags = DIET_OMNI
bodyflags = HAS_TAIL | TAIL_WAGGING
blood_color = "#2299FC"
flesh_color = "#808D11"
reagent_tag = PROCESS_ORG
/datum/species/vox/handle_death(var/mob/living/carbon/human/H)
H.stop_tail_wagging(1)
/datum/species/vox/makeName(var/gender,var/mob/living/carbon/human/H=null)
var/sounds = rand(2,8)
var/i = 0
@@ -937,6 +937,12 @@
species_allowed = list("Vulpkanin")
gender = NEUTER
vulp_vulpine_fluff
name = "Vulpine and Earfluff"
icon_state = "vulp_facial_vulpine_fluff"
species_allowed = list("Vulpkanin")
gender = NEUTER
vulp_mask
name = "Mask"
icon_state = "vulp_facial_mask"
@@ -1589,6 +1595,12 @@
icon_state = "vulp_facial_vulpine"
species_allowed = list("Vulpkanin")
/datum/sprite_accessory/head_accessory/vulp_vulpine_fluff
icon = 'icons/mob/human_face.dmi'
name = "Vulpine and Earfluff"
icon_state = "vulp_facial_vulpine_fluff"
species_allowed = list("Vulpkanin")
/datum/sprite_accessory/head_accessory/vulp_mask
icon = 'icons/mob/human_face.dmi'
name = "Mask"