Skip to content

Commit

Permalink
Clothes sound moved to jumpsuits only
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 24, 2024
1 parent 4fdd05a commit aad4bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aad4bac

Please sign in to comment.