mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Cloth handling sounds (#89293)
## About The Pull Request 4 variations of drop and pickup, applied to bedsheets, pillows, bandages, regen meshes, surgical drapes. We had a cloth drop/pickup sound but I didn't think it fit the stuff I was applying it to so I made new ones, the old ones are still in just renamed to cloth_...1.ogg https://github.com/user-attachments/assets/60575f1e-56fd-489b-b363-49abd146cece ## Changelog 🆑 grungussuss sound: new sounds for cloth items /🆑
This commit is contained in:
@@ -12,8 +12,8 @@ LINEN BINS
|
||||
righthand_file = 'icons/mob/inhands/items/bedsheet_righthand.dmi'
|
||||
icon_state = "sheetwhite"
|
||||
inhand_icon_state = "sheetwhite"
|
||||
drop_sound = 'sound/items/handling/cloth_drop.ogg'
|
||||
pickup_sound = 'sound/items/handling/cloth_pickup.ogg'
|
||||
drop_sound = SFX_CLOTH_DROP
|
||||
pickup_sound = SFX_CLOTH_PICKUP
|
||||
slot_flags = ITEM_SLOT_NECK
|
||||
layer = BELOW_MOB_LAYER
|
||||
throwforce = 0
|
||||
|
||||
Reference in New Issue
Block a user