Changes all sounds to be lower case, plus standardizes their references

This commit is contained in:
Lzimann
2017-06-11 00:38:45 -03:00
parent 6e2ea59aa4
commit 3e34eb9e3f
579 changed files with 518 additions and 518 deletions
+1 -1
View File
@@ -572,7 +572,7 @@
to_chat(user, "<span class='notice'>You start unsecuring [name]...</span>")
playsound(loc, I.usesound, 50, 1)
if(do_after(user, 30*I.toolspeed, target = src))
playsound(loc, 'sound/items/Deconstruct.ogg', 50, 1)
playsound(loc, 'sound/items/deconstruct.ogg', 50, 1)
to_chat(user, "<span class='notice'>You unsecure [name].</span>")
deconstruct()
return