Pickup, Drop and Equip sounds (#8861)

This commit is contained in:
Wowzewow (Wezzy)
2020-05-22 15:40:00 -03:00
committed by GitHub
parent cb3bd306d0
commit fad8415a8e
214 changed files with 514 additions and 96 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ LINEN BINS
throw_speed = 1
throw_range = 2
w_class = 4.0
drop_sound = 'sound/items/drop/clothing.ogg'
drop_sound = 'sound/items/drop/cloth.ogg'
pickup_sound = 'sound/items/pickup/cloth.ogg'
randpixel = 0
center_of_mass = null
var/roll = FALSE
@@ -235,6 +235,7 @@
icon = 'icons/obj/rollerbed.dmi'
icon_state = "standard_folded"
drop_sound = 'sound/items/drop/axe.ogg'
pickup_sound = 'sound/items/pickup/axe.ogg'
center_of_mass = list("x" = 17,"y" = 7)
var/bedpath = /obj/structure/bed/roller
w_class = 4.0 // Can't be put in backpacks. Oh well.
+2
View File
@@ -79,6 +79,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "pocketwatch"
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
matter = list(MATERIAL_GLASS = 150, MATERIAL_GOLD = 50)
w_class = 1
var/closed = FALSE
@@ -125,6 +126,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "pocketwatch"
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
matter = list(MATERIAL_GLASS = 150, MATERIAL_GOLD = 50)
w_class = 1
var/datum/weakref/thrall = null