From 49fc3d290c3ce3cee7ecc04912c5ef157370f1ad Mon Sep 17 00:00:00 2001 From: "danno \"big fucking moron\" gonzales" Date: Sat, 28 Feb 2015 11:02:58 -0500 Subject: [PATCH] move alt_desc to obj/item/clothing --- code/modules/clothing/clothing.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 8c734601d0d..59fc6c0d921 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -7,7 +7,7 @@ var/visor_flags_inv = 0 // same as visor_flags, but for flags_inv lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' - + var/alt_desc = null //Ears: currently only used for headsets and earmuffs /obj/item/clothing/ears @@ -169,7 +169,6 @@ BLIND // can't see anything flash_protect = 2 strip_delay = 50 put_on_delay = 50 - var/alt_desc = null /obj/item/clothing/suit/space name = "space suit" @@ -191,7 +190,6 @@ BLIND // can't see anything max_heat_protection_temperature = SPACE_SUIT_MAX_TEMP_PROTECT strip_delay = 80 put_on_delay = 80 - var/alt_desc = null //Under clothing /obj/item/clothing/under