Defines hide_tail_by_species in clothing & hardsuit

This commit is contained in:
Gwydion Brain
2018-09-06 01:43:20 -07:00
parent eee57a2b46
commit 4d0c455460
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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
@@ -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',