Engineering + Medical areas

This commit is contained in:
Ferner
2021-01-29 19:16:04 +01:00
parent e00cc29adc
commit b9a4cdae1e
5 changed files with 3915 additions and 2857 deletions
+1
View File
@@ -2963,6 +2963,7 @@
#include "maps\exodus\code\exodus_shuttles.dm"
#include "maps\exodus\code\exodus_unittest.dm"
#include "maps\placeholder\code\placeholder.dm"
#include "maps\placeholder\code\placeholder_areas.dm"
#include "maps\placeholder\code\placeholder_holodeck.dm"
#include "maps\placeholder\code\placeholder_lifts.dm"
#include "maps\placeholder\code\placeholder_shuttles.dm"
@@ -0,0 +1,91 @@
//Engineering
/area/engineering/lobby
name = "Engineering - Lobby"
/area/engineering/storage/tech
name = "Engineering - Technical Storage"
icon_state = "auxstorage"
/area/engineering/storage/lower
name = "Engineering - Lower Deck Storage"
/area/engineering/aft_airlock
name = "Engineering - Aft Service Airlock"
/area/engineering/engine_room/tesla
name = "Engineering - Tesla Engine"
/area/engineering/smes
name = "Engineering - SM SMES"
icon_state = "engine_smes"
sound_env = SMALL_ENCLOSED
ambience = AMBIENCE_SINGULARITY
/area/engineering/smes/tesla
name = "Engineering - Tesla SMES"
/area/engineering/engine_monitoring/tesla
name = "Engineering - Tesla Engine Monitoring"
/area/engineering/atmos/air
name = "Engineering - Air Mixing"
/area/maintenance/substation/engineering/lower
name = "Engineering Substation - Lower Deck"
/area/hallway/engineering
name = "Engineering hallway"
icon_state = "engineering"
ambience = AMBIENCE_ENGINEERING
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
/area/hallway/engineering/tesla
name = "Tesla hallway"
//Medical
/area/medical/or1
name = "Medical - Operating Room 1"
icon_state = "surgery"
/area/medical/or2
name = "Medical - Operating Room 2"
icon_state = "surgery"
/area/medical/exam
name = "Medical - Examination Room"
icon_state = "exam_room"
/area/medical/ward
name = "Medical - Ward"
icon_state = "patients"
/area/medical/ward/isolation
name = "Medical - Isolation Ward"
/area/medical/emergency_storage
name = "Medical - Lower Deck Emergency Storage"
sound_env = SMALL_ENCLOSED
/area/medical/morgue/lower
name = "Medical - Morgue"
icon_state = "morgue"
ambience = AMBIENCE_GHOSTLY
/area/medical/equipment
name = "Medical - Equipment Room"
/area/medical/smoking
name = "Medical - Smoking Lounge"
/area/medical/washroom
name = "Medical - Washroom"
/area/hallway/medical
name = "Medical - Atrium"
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
icon_state = "medbay"
/area/hallway/medical/upper
name = "Medical - Upper Atrium"
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff