Massive Ambience and Sound Overhaul + Addition, Squashed Commit Edition

This commit is contained in:
Rykka
2020-08-21 06:53:05 -04:00
parent 96be4caa6f
commit 0c7a7fd2b8
370 changed files with 704 additions and 74 deletions

View File

@@ -185,7 +185,8 @@ Book Cart End
var/title // The real name of the book.
var/carved = 0 // Has the book been hollowed out for use as a secret storage item?
var/obj/item/store //What's in the book?
drop_sound = 'sound/bureaucracy/bookclose.ogg'
drop_sound = 'sound/items/drop/book.ogg'
pickup_sound = 'sound/items/pickup/book.ogg'
/obj/item/weapon/book/attack_self(var/mob/user as mob)
if(carved)