From ed74935ed3613ade0f7524c788bfcd83ffa19754 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 15 Jun 2017 23:25:52 -0400 Subject: [PATCH] I got to lock this down --- .../mob/living/carbon/human/body_accessories.dm | 4 ---- code/modules/mob/new_player/sprite_accessories.dm | 13 ++++++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/body_accessories.dm b/code/modules/mob/living/carbon/human/body_accessories.dm index 1f5ba878a58..778ef20bfe6 100644 --- a/code/modules/mob/living/carbon/human/body_accessories.dm +++ b/code/modules/mob/living/carbon/human/body_accessories.dm @@ -140,7 +140,3 @@ var/global/list/body_accessory_by_species = list("None" = null) animated_icon_state = "vulptail6_a" allowed_species = list("Vulpkanin") -//hair -/datum/sprite_accessory/hair/skrell/zeke_fluff_tentacle //Zeke Fluff hair - name = "Zeke's Tentacles" - icon_state = "zeke_fluff_hair" diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 5572f9cc8af..5b10e46b676 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -566,7 +566,7 @@ name = "Unathi Side Frills" icon_state = "unathi_sidefrills" secondary_theme = "webbing" - + /datum/sprite_accessory/hair/unathi/una_cobra_hood icon = 'icons/mob/human_face.dmi' name = "Unathi Cobra Hood" @@ -742,6 +742,8 @@ icon_state = "hair_fingerwave" glasses_over = null + + /datum/sprite_accessory/hair/vulpkanin species_allowed = list("Vulpkanin") @@ -927,6 +929,15 @@ icon_state = "nuc_neutron" + +/datum/sprite_accessory/hair/fluff + glasses_over = 1 + +/datum/sprite_accessory/hair/fluff/zeke_fluff_tentacle //Zeke Fluff hair + name = "Zeke's Tentacles" + icon_state = "zeke_fluff_hair" + species_allowed = list("Skrell") + /* /////////////////////////////////// / =---------------------------= /