mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Moved Mail To just north of Cargo Bay.
Moved the Vacant office over by arrivals. Merged Mail Sorter and Cargo Tech. Cargo Techs now spawn with Mail Room access. QM now spawns with Mail Room access. Commented out the lockreset, lockenable, woodhit and pianocrash audio files from the respective lockers and piano smashing. It was causing compiling errors. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1547 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)
|
||||
//playsound(user, 'lockreset.wav', 50, 1) -- Causes Compiling Errors -Superxpdude
|
||||
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)
|
||||
//playsound(user, 'lockenable.wav', 50, 1) -- Causes Compiling Errors -Superxpdude
|
||||
return
|
||||
else
|
||||
localopened = !localopened
|
||||
|
||||
Reference in New Issue
Block a user