From 4d0c4554608f2799634963c5cc015166d6f6b540 Mon Sep 17 00:00:00 2001 From: Gwydion Brain Date: Thu, 6 Sep 2018 01:43:20 -0700 Subject: [PATCH] Defines hide_tail_by_species in clothing & hardsuit --- code/modules/clothing/clothing.dm | 1 + code/modules/clothing/spacesuits/hardsuit.dm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index a5b4e614551..50872791f59 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -561,6 +561,7 @@ BLIND // can't see anything strip_delay = 80 put_on_delay = 80 burn_state = FIRE_PROOF + hide_tail_by_species = null species_restricted = list("exclude","Diona","Vox","Wryn") //Under clothing diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index a89c9fb5929..01249789d26 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -13,6 +13,8 @@ actions_types = list(/datum/action/item_action/toggle_helmet_light) //Species-specific stuff. + var/list/hide_tail_by_species = null + hide_tail_by_species = list("Vox" , "Vulpkanin" , "Unathi" , "Tajaran") species_restricted = list("exclude","Diona","Wryn") sprite_sheets = list( "Unathi" = 'icons/mob/species/unathi/helmet.dmi',