Merge pull request #7459 from Rykka-Stormheart/shep-dev-sound-overhaul

Massive Ambience and Sound Overhaul + Addition
This commit is contained in:
Atermonera
2020-08-27 16:23:38 -07:00
committed by GitHub
370 changed files with 704 additions and 74 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ LINEN BINS
throw_speed = 1
throw_range = 2
w_class = ITEMSIZE_SMALL
drop_sound = 'sound/items/drop/clothing.ogg'
drop_sound = 'sound/items/drop/cloth.ogg'
pickup_sound = 'sound/items/pickup/cloth.ogg'
/obj/item/weapon/bedsheet/attack_self(mob/user as mob)
user.drop_item()
@@ -236,6 +236,8 @@
w_class = ITEMSIZE_LARGE
var/rollertype = /obj/item/roller
var/bedtype = /obj/structure/bed/roller
drop_sound = 'sound/items/drop/axe.ogg'
pickup_sound = 'sound/items/pickup/axe.ogg'
/obj/item/roller/attack_self(mob/user)
var/obj/structure/bed/roller/R = new bedtype(user.loc)