From 64d2d5c092b644b6cacf0f43eb33c9a17c81a332 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 25 May 2015 21:48:08 -0400 Subject: [PATCH] Vulpkanin Facial Fur Fix --- code/modules/mob/new_player/sprite_accessories.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index cb9489ebc0d..24959d7e151 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -852,41 +852,49 @@ name = "Blaze" icon_state = "vulp_facial_blaze" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_vulpine name = "Vulpine" icon_state = "vulp_facial_vulpine" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_earfluff name = "Earfluff" icon_state = "vulp_facial_earfluff" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_mask name = "Mask" icon_state = "vulp_facial_mask" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_patch name = "Patch" icon_state = "vulp_facial_patch" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_ruff name = "Ruff" icon_state = "vulp_facial_ruff" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_kita name = "Kita" icon_state = "vulp_facial_kita" species_allowed = list("Vulpkanin") + gender = NEUTER vulp_swift name = "Swift" icon_state = "vulp_facial_swift" species_allowed = list("Vulpkanin") + gender = NEUTER //skin styles - WIP //going to have to re-integrate this with surgery