mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 15:42:49 +01:00
-Moved signs and status displays off of windows and onto walls
-Moved cameras out of maintenance shafts -Clarified ambiguous defined area names -New defined areas (and APCs) for sleeper room & engineering break room to take a load off atmos and medbay git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3657 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -687,7 +687,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "courtroom"
|
||||
|
||||
/area/crew_quarters/heads
|
||||
name = "Head of Personnel's Quarters"
|
||||
name = "Head of Personnel's Office"
|
||||
icon_state = "head_quarters"
|
||||
|
||||
/area/crew_quarters/hor
|
||||
@@ -705,7 +705,7 @@ proc/process_ghost_teleport_locs()
|
||||
//Crew
|
||||
|
||||
/area/crew_quarters
|
||||
name = "Dormitory"
|
||||
name = "Dormitories"
|
||||
icon_state = "Sleep"
|
||||
|
||||
/area/crew_quarters/toilet
|
||||
@@ -833,8 +833,12 @@ proc/process_ghost_teleport_locs()
|
||||
name = "Engineering"
|
||||
icon_state = "engine"
|
||||
|
||||
break_room
|
||||
name = "Engineering Break Room"
|
||||
icon_state = "engine"
|
||||
|
||||
chiefs_office
|
||||
name = "Chief Engineers office"
|
||||
name = "Chief Engineer's office"
|
||||
icon_state = "engine_control"
|
||||
|
||||
|
||||
@@ -895,7 +899,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "showroom"
|
||||
|
||||
/area/assembly/assembly_line
|
||||
name = "Assembly Line"
|
||||
name = "Robotics Assembly Line"
|
||||
icon_state = "ass_line"
|
||||
|
||||
//Teleporter
|
||||
@@ -966,6 +970,10 @@ proc/process_ghost_teleport_locs()
|
||||
name = "Genetics"
|
||||
icon_state = "genetics"
|
||||
|
||||
/area/medical/sleeper
|
||||
name = "Medical Sleepers Room"
|
||||
icon_state = "medbay"
|
||||
|
||||
//Security
|
||||
|
||||
/area/security/main
|
||||
@@ -985,7 +993,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "Warden"
|
||||
|
||||
/area/security/hos
|
||||
name = "Head of Security"
|
||||
name = "Head of Security's Office"
|
||||
icon_state = "security"
|
||||
|
||||
/area/security/detectives_office
|
||||
@@ -1066,7 +1074,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/janitor/
|
||||
name = "Janitors Closet"
|
||||
name = "Custodial Closet"
|
||||
icon_state = "janitor"
|
||||
|
||||
/area/hydroponics
|
||||
@@ -1076,7 +1084,7 @@ proc/process_ghost_teleport_locs()
|
||||
//Toxins
|
||||
|
||||
/area/toxins/lab
|
||||
name = "Toxin Lab"
|
||||
name = "Research Lab"
|
||||
icon_state = "toxlab"
|
||||
|
||||
/area/toxins/xenobiology
|
||||
@@ -1084,15 +1092,15 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "toxlab"
|
||||
|
||||
/area/toxins/storage
|
||||
name = "Toxin Storage"
|
||||
name = "Toxins Storage"
|
||||
icon_state = "toxstorage"
|
||||
|
||||
/area/toxins/test_area
|
||||
name = "Toxin Test Area"
|
||||
name = "Toxins Test Area"
|
||||
icon_state = "toxtest"
|
||||
|
||||
/area/toxins/mixing
|
||||
name = "Toxin Mixing Room"
|
||||
name = "Toxins Mixing Room"
|
||||
icon_state = "toxmix"
|
||||
|
||||
/area/toxins/server
|
||||
@@ -1102,7 +1110,7 @@ proc/process_ghost_teleport_locs()
|
||||
//Storage
|
||||
|
||||
/area/storage/tools
|
||||
name = "Tool Storage"
|
||||
name = "Auxiliary Tool Storage"
|
||||
icon_state = "storage"
|
||||
|
||||
/area/storage/primary
|
||||
@@ -1130,11 +1138,11 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "storage"
|
||||
|
||||
/area/storage/emergency
|
||||
name = "Emergency Storage A"
|
||||
name = "Starboard Emergency Storage"
|
||||
icon_state = "emergencystorage"
|
||||
|
||||
/area/storage/emergency2
|
||||
name = "Emergency Storage B"
|
||||
name = "Port Emergency Storage"
|
||||
icon_state = "emergencystorage"
|
||||
|
||||
/area/storage/tech
|
||||
@@ -1171,7 +1179,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "hallS"
|
||||
|
||||
/area/derelict/arrival
|
||||
name = "Arrival Centre"
|
||||
name = "Derelict Arrival Centre"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/derelict/storage/equipment
|
||||
@@ -1185,23 +1193,23 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "green"
|
||||
|
||||
/area/derelict/bridge
|
||||
name = "Control Room"
|
||||
name = "Derelict Control Room"
|
||||
icon_state = "bridge"
|
||||
|
||||
/area/derelict/secret
|
||||
name = "Secret Room"
|
||||
name = "Derelict Secret Room"
|
||||
icon_state = "library"
|
||||
|
||||
/area/derelict/bridge/access
|
||||
name = "Control Room Access"
|
||||
name = "Derelict Control Room Access"
|
||||
icon_state = "auxstorage"
|
||||
|
||||
/area/derelict/bridge/ai_upload
|
||||
name = "Ruined Computer Core"
|
||||
name = "Derelict Computer Core"
|
||||
icon_state = "ai"
|
||||
|
||||
/area/derelict/solar_control
|
||||
name = "Solar Control"
|
||||
name = "Derelict Solar Control"
|
||||
icon_state = "engine"
|
||||
|
||||
/area/derelict/crew_quarters
|
||||
@@ -1229,7 +1237,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "eva"
|
||||
|
||||
/area/derelict/ship
|
||||
name = "Abandoned ship"
|
||||
name = "Abandoned Ship"
|
||||
icon_state = "yellow"
|
||||
|
||||
/area/solar/derelict_starboard
|
||||
|
||||
Reference in New Issue
Block a user