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:
Superxpdude@gmail.com
2011-05-08 01:46:05 +00:00
parent f53fa80544
commit a977ad9fcd
6 changed files with 6518 additions and 6539 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)
//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