@@ -2052,16 +2052,15 @@ var/global/list/adminbusteleportlocs = list()
2052
2052
general_area_name = " Derelict Station"
2053
2053
shuttle_can_crush = FALSE
2054
2054
2055
- / area / derelict/ hallway
2056
- holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
2057
-
2058
2055
/ area / derelict/ hallway/ primary
2059
2056
name = " \improper Derelict Primary Hallway"
2060
2057
icon_state = " hallP"
2058
+ holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
2061
2059
2062
2060
/ area / derelict/ hallway/ secondary
2063
2061
name = " \improper Derelict Secondary Hallway"
2064
2062
icon_state = " hallS"
2063
+ holomap_color = HOLOMAP_AREACOLOR_HALLWAYS
2065
2064
2066
2065
/ area / derelict/ arrival
2067
2066
name = " \improper Derelict Arrival Centre"
@@ -2078,8 +2077,16 @@ var/global/list/adminbusteleportlocs = list()
2078
2077
name = " Derelict Engine Storage"
2079
2078
icon_state = " green"
2080
2079
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"
2081
2088
2082
- / area / derelict/ bridge
2089
+ / area / derelict/ bridge/ bridge
2083
2090
name = " \improper Derelict Control Room"
2084
2091
icon_state = " bridge"
2085
2092
holomap_color = HOLOMAP_AREACOLOR_COMMAND
@@ -2118,7 +2125,7 @@ var/global/list/adminbusteleportlocs = list()
2118
2125
name = " \improper Derelict Crew Quarters"
2119
2126
icon_state = " fitness"
2120
2127
2121
- / area / derelict/ medical
2128
+ / area / derelict/ medical/ medbay
2122
2129
name = " Derelict Medbay"
2123
2130
icon_state = " medbay"
2124
2131
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
@@ -2153,7 +2160,7 @@ var/global/list/adminbusteleportlocs = list()
2153
2160
2154
2161
/ area / solar/ derelict_aft
2155
2162
name = " \improper Derelict Aft Solar Array"
2156
- icon_state = " aft "
2163
+ icon_state = " aderelict "
2157
2164
2158
2165
/ area / derelict/ singularity_engine
2159
2166
name = " \improper Derelict Singularity Engine"
0 commit comments