Skip to content

Commit 14ef291

Browse files
authored
Derelict and Derelict Area fixes (#37499)
Fixes to derelict areas Fixes to derelict map Small changes to derelict map
1 parent 7821301 commit 14ef291

File tree

2 files changed

+1691
-1234
lines changed

2 files changed

+1691
-1234
lines changed

code/game/area/Space Station 13 areas.dm

+13-6
Original file line numberDiff line numberDiff line change
@@ -2052,16 +2052,15 @@ var/global/list/adminbusteleportlocs = list()
20522052
general_area_name = "Derelict Station"
20532053
shuttle_can_crush = FALSE
20542054

2055-
/area/derelict/hallway
2056-
holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
2057-
20582055
/area/derelict/hallway/primary
20592056
name = "\improper Derelict Primary Hallway"
20602057
icon_state = "hallP"
2058+
holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
20612059

20622060
/area/derelict/hallway/secondary
20632061
name = "\improper Derelict Secondary Hallway"
20642062
icon_state = "hallS"
2063+
holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
20652064

20662065
/area/derelict/arrival
20672066
name = "\improper Derelict Arrival Centre"
@@ -2078,8 +2077,16 @@ var/global/list/adminbusteleportlocs = list()
20782077
name = "Derelict Engine Storage"
20792078
icon_state = "green"
20802079
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
2080+
2081+
/area/derelict/storage/tech_storage
2082+
name = "Derelict Tech Storage"
2083+
icon_state = "storage"
2084+
2085+
/area/derelict/storage/aux_storage
2086+
name = "Derelict Aux Storage"
2087+
icon_state = "auxstorage"
20812088

2082-
/area/derelict/bridge
2089+
/area/derelict/bridge/bridge
20832090
name = "\improper Derelict Control Room"
20842091
icon_state = "bridge"
20852092
holomap_color = HOLOMAP_AREACOLOR_COMMAND
@@ -2118,7 +2125,7 @@ var/global/list/adminbusteleportlocs = list()
21182125
name = "\improper Derelict Crew Quarters"
21192126
icon_state = "fitness"
21202127

2121-
/area/derelict/medical
2128+
/area/derelict/medical/medbay
21222129
name = "Derelict Medbay"
21232130
icon_state = "medbay"
21242131
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
@@ -2153,7 +2160,7 @@ var/global/list/adminbusteleportlocs = list()
21532160

21542161
/area/solar/derelict_aft
21552162
name = "\improper Derelict Aft Solar Array"
2156-
icon_state = "aft"
2163+
icon_state = "aderelict"
21572164

21582165
/area/derelict/singularity_engine
21592166
name = "\improper Derelict Singularity Engine"

0 commit comments

Comments
 (0)