Sound Overhaul

Behold! We have sounds for a lot of stuff now.
This commit is contained in:
Blake
2021-01-23 23:58:06 -08:00
parent 634705e433
commit da7a7c1921
440 changed files with 902 additions and 116 deletions
+4 -1
View File
@@ -213,6 +213,9 @@
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/items/drop/book.ogg'
pickup_sound = 'sound/items/pickup/book.ogg'
/obj/item/book/attack_self(var/mob/user as mob)
if(carved)
@@ -427,4 +430,4 @@
to_chat(user, "<font color=green>Computer has been associated with this unit.</font>")
else
to_chat(user, "<font color=red>No associated computer found. Only local scans will function properly.</font>")
to_chat(user, "\n")
to_chat(user, "\n")