From 0707f6ecfc8f8d5fe922f5e31fc5457dd8d1180e Mon Sep 17 00:00:00 2001 From: EmeraldSundisk Date: Tue, 29 Dec 2020 10:56:58 -0800 Subject: [PATCH] Update Space_Station_13_areas.dm --- code/game/area/Space_Station_13_areas.dm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm index b9cd59734b..5ea49c343e 100644 --- a/code/game/area/Space_Station_13_areas.dm +++ b/code/game/area/Space_Station_13_areas.dm @@ -770,6 +770,11 @@ NOTE: there are two lists of areas in the end of this file: centcom and station icon_state = "medbay3" ambientsounds = MEDICAL +/area/medical/clinic + name = "Clinic" + icon_state = "medbay3" + ambientsounds = MEDICAL + /area/medical/abandoned name = "Abandoned Medbay" icon_state = "medbay3" @@ -1063,6 +1068,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Science Division" icon_state = "toxlab" +/area/science/observatory + name = "Research Observatory" + icon_state = "toxmisc" + /area/science/lab name = "Research and Development" icon_state = "toxlab" @@ -1443,6 +1452,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station //Engineering +/area/engine/teg + name = "Thermo-Electric Generator" + icon_state = "engine" + /area/engine/teg_hot name = "Hot Loop" icon_state = "red" @@ -1455,6 +1468,15 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Engineering Workshop" icon_state = "engine" +/area/engine/substation + name = "Electrical Substation" + icon_state = "engine" + +/area/engine/atmos/aftair + name = "Aft Air Hookup" + icon_state = "atmos" + flags_1 = NONE + /area/security/courtroom/jury name = "Jury Room" icon_state = "courtroom"