mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user