mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Adds an Area to the Exterior (#14011)
This commit is contained in:
@@ -387,7 +387,7 @@ var/list/mob/living/forced_ambiance_list = new
|
||||
continue
|
||||
if (istype(A, /area/mine))
|
||||
continue
|
||||
if (istype(A, /area/horizonexterior))
|
||||
if (istype(A, /area/horizon/exterior))
|
||||
continue
|
||||
|
||||
//Although hostile mobs instadying to turrets is fun
|
||||
|
||||
@@ -304,15 +304,6 @@
|
||||
/area/shuttle/intrepid/cockpit
|
||||
name = "Cockpit"
|
||||
|
||||
|
||||
// Exterior
|
||||
/area/horizonexterior
|
||||
name = "Exterior"
|
||||
icon_state = "exterior"
|
||||
has_gravity = FALSE
|
||||
base_turf = /turf/space
|
||||
station_area = TRUE
|
||||
|
||||
//
|
||||
// Areas for the SCCV Horizon Map
|
||||
//
|
||||
@@ -321,6 +312,17 @@
|
||||
icon_state = "unknown"
|
||||
station_area = TRUE
|
||||
|
||||
// Exterior
|
||||
/area/horizon/exterior
|
||||
name = "Horizon - Exterior"
|
||||
icon_state = "exterior"
|
||||
base_turf = /turf/space
|
||||
dynamic_lighting = TRUE
|
||||
requires_power = FALSE
|
||||
has_gravity = FALSE
|
||||
no_light_control = TRUE
|
||||
allow_nightmode = FALSE
|
||||
|
||||
// Hallways
|
||||
/area/horizon/hallway
|
||||
name = "Horizon - Hallway (PARENT AREA - DON'T USE)"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
,/area/supply/dock
|
||||
,/area/turbolift
|
||||
,/area/mine
|
||||
,/area/horizonexterior
|
||||
,/area/horizon/exterior
|
||||
,/area/construction
|
||||
)
|
||||
ut_apc_exempt_areas = list()
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -208,7 +208,7 @@
|
||||
/area/crew_quarters/lounge/secondary)
|
||||
"at" = (
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"au" = (
|
||||
/obj/random/junk,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
@@ -1052,7 +1052,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"bV" = (
|
||||
/obj/effect/floor_decal/spline/plain{
|
||||
dir = 6
|
||||
@@ -1240,7 +1240,7 @@
|
||||
"cq" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"cr" = (
|
||||
/obj/structure/bookcase,
|
||||
/obj/item/book/manual/robotics_cyborgs,
|
||||
@@ -2216,7 +2216,7 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/mop,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"dX" = (
|
||||
/obj/structure/table/reinforced/wood,
|
||||
/obj/machinery/computer/guestpass{
|
||||
@@ -2265,7 +2265,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"eb" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/universal,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
@@ -2799,7 +2799,7 @@
|
||||
"fh" = (
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"fi" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/effect/floor_decal/corner/paleblue{
|
||||
@@ -2855,7 +2855,7 @@
|
||||
pixel_y = 8
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"fn" = (
|
||||
/obj/effect/floor_decal/corner/blue/full{
|
||||
dir = 4
|
||||
@@ -5504,7 +5504,7 @@
|
||||
"kh" = (
|
||||
/obj/effect/shuttle_landmark/merc_ship/dock,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"ki" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 6
|
||||
@@ -8368,7 +8368,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"px" = (
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "1-2"
|
||||
@@ -8433,7 +8433,7 @@
|
||||
"pE" = (
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"pF" = (
|
||||
/obj/structure/filingcabinet{
|
||||
pixel_x = -8
|
||||
@@ -8549,7 +8549,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"pQ" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 6
|
||||
@@ -9125,7 +9125,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"qY" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -10105,7 +10105,7 @@
|
||||
"sP" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"sQ" = (
|
||||
/obj/structure/filingcabinet/filingcabinet{
|
||||
pixel_x = -9;
|
||||
@@ -10795,7 +10795,7 @@
|
||||
"tW" = (
|
||||
/obj/effect/shuttle_landmark/legion/green,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"tX" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
@@ -11193,7 +11193,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"uN" = (
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/bridge)
|
||||
@@ -12570,7 +12570,7 @@
|
||||
"xo" = (
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"xp" = (
|
||||
/turf/simulated/wall/shuttle/scc_space_ship/cardinal,
|
||||
/area/horizon/crew_quarters/fitness/lounge)
|
||||
@@ -13288,7 +13288,7 @@
|
||||
pixel_y = 16
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"yG" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/machinery/chemical_dispenser/coffee,
|
||||
@@ -13344,7 +13344,7 @@
|
||||
"yM" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"yN" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 9
|
||||
@@ -13743,7 +13743,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"zz" = (
|
||||
/obj/structure/railing/mapped{
|
||||
dir = 8
|
||||
@@ -15144,7 +15144,7 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/toy/figure/janitor,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Co" = (
|
||||
/obj/effect/floor_decal/spline/plain,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
@@ -16152,7 +16152,7 @@
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Eo" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
@@ -18094,7 +18094,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"HO" = (
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "4-8"
|
||||
@@ -19058,7 +19058,7 @@
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/railing/mapped,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Jw" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
@@ -19394,7 +19394,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Ka" = (
|
||||
/obj/effect/floor_decal/spline/fancy/wood/corner{
|
||||
dir = 4
|
||||
@@ -19775,7 +19775,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"KO" = (
|
||||
/obj/structure/railing/mapped,
|
||||
/obj/structure/railing/mapped{
|
||||
@@ -20013,7 +20013,7 @@
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Ll" = (
|
||||
/obj/effect/map_effect/wingrille_spawn/reinforced/firedoor,
|
||||
/turf/simulated/floor,
|
||||
@@ -20610,14 +20610,14 @@
|
||||
dir = 10
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Mp" = (
|
||||
/obj/structure/railing/mapped{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Mq" = (
|
||||
/obj/machinery/alarm{
|
||||
pixel_y = 28
|
||||
@@ -20936,7 +20936,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"MR" = (
|
||||
/obj/effect/map_effect/wingrille_spawn/reinforced/polarized{
|
||||
id = "Recovery1"
|
||||
@@ -21178,7 +21178,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Nq" = (
|
||||
/turf/simulated/wall,
|
||||
/area/crew_quarters/lounge/secondary)
|
||||
@@ -22490,7 +22490,7 @@
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"PG" = (
|
||||
/obj/structure/railing/mapped{
|
||||
dir = 1
|
||||
@@ -22606,7 +22606,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"PQ" = (
|
||||
/obj/structure/window/shuttle/scc_space_ship,
|
||||
/obj/structure/grille,
|
||||
@@ -23383,7 +23383,7 @@
|
||||
"Rh" = (
|
||||
/obj/effect/floor_decal/industrial/warning/corner,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Ri" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 6
|
||||
@@ -23843,7 +23843,7 @@
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Sc" = (
|
||||
/obj/effect/floor_decal/spline/plain{
|
||||
dir = 8
|
||||
@@ -24186,7 +24186,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"SM" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 10
|
||||
@@ -24482,7 +24482,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Ts" = (
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "1-2"
|
||||
@@ -24604,7 +24604,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"TD" = (
|
||||
/obj/effect/floor_decal/corner/green/diagonal,
|
||||
/obj/item/bedsheet/medical{
|
||||
@@ -24619,7 +24619,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"TF" = (
|
||||
/obj/structure/bed/stool/chair{
|
||||
dir = 1
|
||||
@@ -24898,7 +24898,7 @@
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Uk" = (
|
||||
/obj/effect/floor_decal/spline/fancy{
|
||||
dir = 1
|
||||
@@ -25339,7 +25339,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/open/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"UZ" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 6
|
||||
@@ -25771,7 +25771,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"VN" = (
|
||||
/obj/effect/floor_decal/corner/blue/diagonal,
|
||||
/obj/structure/closet/emcloset,
|
||||
@@ -25918,7 +25918,7 @@
|
||||
"Wb" = (
|
||||
/obj/effect/shuttle_landmark/ert/dock,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Wc" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/material/ashtray/bronze,
|
||||
@@ -26078,7 +26078,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/template_noop)
|
||||
/area/horizon/exterior)
|
||||
"Wv" = (
|
||||
/obj/machinery/shieldwallgen,
|
||||
/obj/effect/floor_decal/corner/yellow/diagonal,
|
||||
|
||||
Reference in New Issue
Block a user