Un-Commented out the sounds for piano smashing and other axe-related actions.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1553 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Superxpdude@gmail.com
2011-05-09 02:34:16 +00:00
parent fca84835f7
commit a5edeb414d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -67,7 +67,7 @@
if (isrobot(usr) || src.locked)
if(istype(O, /obj/item/device/multitool))
user << "\red Resetting circuitry..."
//playsound(user, 'lockreset.wav', 50, 1) -- Causes Compiling Errors -Superxpdude
playsound(user, 'lockreset.wav', 50, 1)
sleep(50) // Sleeping time~
src.locked = 0
user << "\blue You disable the locking modules."
@@ -125,7 +125,7 @@
sleep(50)
src.locked = 1
user << "\blue You re-enable the locking modules."
//playsound(user, 'lockenable.wav', 50, 1) -- Causes Compiling Errors -Superxpdude
playsound(user, 'lockenable.wav', 50, 1)
return
else
localopened = !localopened