-Re-evaluated maintenance.

--Areas have been redefined and renamed to make more logical sense (eg "Arrivals North Maintenance" instead of "Secondary Fore Port Maintenance"). Same has been done with Solars
--Doors have been moved around to match the new areas. 
--Several windows facing into station areas have been removed. 
--Overall it should be darker and more winding
-Added Sieve's EngiVend to engineering and reduced number of lockers
-Scientists no longer start with gas masks and o2 tanks (Still available from the lockers)
-Added paperwork objects to detective's office

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3752 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-06-06 21:30:29 +00:00
parent 72c72c47d3
commit 731b0f4b6a
4 changed files with 8794 additions and 8792 deletions
+21 -17
View File
@@ -585,31 +585,35 @@ proc/process_ghost_teleport_locs()
icon_state = "fpmaint"
/area/maintenance/fpmaint
name = "Fore Port Maintenance"
name = "EVA Maintenance"
icon_state = "fpmaint"
/area/maintenance/fpmaint2
name = "Secondary Fore Port Maintenance"
name = "Arrivals North Maintenance"
icon_state = "fpmaint"
/area/maintenance/fsmaint
name = "Fore Starboard Maintenance"
name = "Security Maintenance"
icon_state = "fsmaint"
/area/maintenance/fsmaint2
name = "Bar Maintenance"
icon_state = "fsmaint"
/area/maintenance/asmaint
name = "Aft Starboard Maintenance"
name = "Library Maintenance"
icon_state = "asmaint"
/area/maintenance/asmaint2
name = "Secondary Aft Starboard Maintenance"
name = "Med-Sci Maintenance"
icon_state = "asmaint"
/area/maintenance/apmaint
name = "Aft Port Maintenance"
name = "Cargo Maintenance"
icon_state = "apmaint"
/area/maintenance/maintcentral
name = "Central Maintenance"
name = "Bridge Maintenance"
icon_state = "maintcentral"
/area/maintenance/fore
@@ -621,11 +625,11 @@ proc/process_ghost_teleport_locs()
icon_state = "smaint"
/area/maintenance/port
name = "Port Maintenance"
name = "Locker Room Maintenance"
icon_state = "pmaint"
/area/maintenance/aft
name = "Aft Maintenance"
name = "Robotics Maintenance"
icon_state = "amaint"
/area/maintenance/storage
@@ -858,11 +862,11 @@ proc/process_ghost_teleport_locs()
sd_lighting = 0
auxport
name = "\improper Port Auxiliary Solar Array"
name = "\improper Fore Port Solar Array"
icon_state = "panelsA"
auxstarboard
name = "\improper Starboard Auxiliary Solar Array"
name = "\improper Fore Starboard Solar Array"
icon_state = "panelsA"
fore
@@ -874,27 +878,27 @@ proc/process_ghost_teleport_locs()
icon_state = "aft"
starboard
name = "\improper Starboard Solar Array"
name = "\improper Aft Starboard Solar Array"
icon_state = "panelsS"
port
name = "\improper Port Solar Array"
name = "\improper Aft Port Solar Array"
icon_state = "panelsP"
/area/maintenance/auxsolarport
name = "Port Auxiliary Solar Maintenance"
name = "Fore Port Solar Maintenance"
icon_state = "SolarcontrolA"
/area/maintenance/starboardsolar
name = "Starboard Solar Maintenance"
name = "Aft Starboard Solar Maintenance"
icon_state = "SolarcontrolS"
/area/maintenance/portsolar
name = "Port Solar Maintenance"
name = "Aft Port Solar Maintenance"
icon_state = "SolarcontrolP"
/area/maintenance/auxsolarstarboard
name = "Starboard Auxiliary Solar Maintenance"
name = "Fore Starboard Solar Maintenance"
icon_state = "SolarcontrolA"