Adds a metric assload of sounds.

This commit is contained in:
Belsima
2017-09-10 14:34:43 -04:00
parent a40fb8256d
commit 1fc7bc7674
31 changed files with 54 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
open(user)
/obj/item/weapon/reagent_containers/food/drinks/proc/open(mob/user)
playsound(loc,'sound/effects/canopen.ogg', rand(10,50), 1)
playsound(loc,"canopen", rand(10,50), 1)
user << "<span class='notice'>You open [src] with an audible pop!</span>"
flags |= OPENCONTAINER