diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 84b89e8c51..42532335b0 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -1,8 +1,6 @@ /obj/item/clothing name = "clothing" siemens_coefficient = 0.9 - pickup_sound = 'sound/items/handling/cloth_pickup.ogg' - throw_impact_sound = 'sound/items/handling/cloth_drop.ogg' var/flash_protection = FLASH_PROTECTION_NONE // Sets the item's level of flash protection. var/tint = TINT_NONE // Sets the item's level of visual impairment tint. @@ -805,6 +803,8 @@ BLIND // can't see anything w_class = ITEM_SIZE_NORMAL force = 0 equip_sound = 'sound/items/equip/jumpsuit_equip.ogg' + pickup_sound = 'sound/items/handling/cloth_pickup.ogg' + throw_impact_sound = 'sound/items/handling/cloth_drop.ogg' var/has_sensor = SUIT_HAS_SENSORS //For the crew computer 2 = unable to change mode var/sensor_mode = SUIT_SENSOR_OFF