Introduces an NGCR/Supermatter Submap to Boxstation (#31587)

* Introduces an NGCR/Supermatter Submap to Boxstation

* linter fix

* linter fix pt. 2
This commit is contained in:
Hayden Redacted
2026-03-18 05:54:52 +00:00
committed by GitHub
parent e3b35d3672
commit 77b42db2df
4 changed files with 6247 additions and 12 deletions
+17 -12
View File
@@ -46278,7 +46278,7 @@
dir = 4
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/engine/reactor)
/area/station/maintenance/storage)
"edM" = (
/obj/machinery/light{
dir = 4
@@ -62602,6 +62602,11 @@
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"lGp" = (
/obj/structure/lattice,
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/boxstation/engine,
/turf/space,
/area/space/nearstation)
"lGw" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -65789,7 +65794,7 @@
int_button_link_id = "atmossm_btn_int"
},
/turf/simulated/floor/noslip,
/area/station/engineering/engine/reactor)
/area/station/maintenance/storage)
"nfS" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/indestructible/titanium,
@@ -71298,7 +71303,7 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/turf/simulated/floor/plating,
/area/station/engineering/engine/reactor)
/area/station/maintenance/storage)
"pFm" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -77433,7 +77438,7 @@
dir = 4
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/engine/reactor)
/area/station/maintenance/storage)
"ssV" = (
/obj/structure/table,
/obj/item/toy/figure/crew/secofficer,
@@ -88579,7 +88584,7 @@
},
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/engine/reactor)
/area/station/maintenance/storage)
"xJI" = (
/obj/machinery/light/small,
/obj/structure/cable/extra_insulated{
@@ -116971,7 +116976,7 @@ fbR
aaa
aaa
aaa
aab
lGp
aaa
aaa
aaa
@@ -121068,8 +121073,8 @@ xfI
epT
xfI
pEY
fbR
fbR
dcq
dcq
nVf
dhv
euu
@@ -121326,7 +121331,7 @@ aMM
epT
xJE
nfE
fbR
dcq
nVf
cTm
ksO
@@ -121583,7 +121588,7 @@ aMM
epT
xJE
ssQ
fbR
dcq
oSd
dcq
dcq
@@ -121839,8 +121844,8 @@ dcq
vJY
dcq
edD
fbR
fbR
dcq
dcq
ddr
qqe
ddr
+13
View File
@@ -0,0 +1,13 @@
[
{
// Randomly picks an engine to place, keeping engineering on their toes
"type": "SubmapExtractInsert",
"submap_size_x": 18,
"submap_size_y": 23,
"submap_size_z": 1,
"submaps_dmm": "submaps/boxstation.dmm",
"marker_extract": "/obj/effect/map_effect/marker/mapmanip/submap/extract/station/boxstation/engine",
"marker_insert": "/obj/effect/map_effect/marker/mapmanip/submap/insert/station/boxstation/engine",
"submaps_can_repeat": true // doesn't matter, as there's only one insert marker
}
]
File diff suppressed because it is too large Load Diff
@@ -94,3 +94,10 @@
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/asteroid8
name = "asteroid 8 crashed pod"
// Boxstation mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/extract/station/boxstation/engine
name = "Boxstation, Engine Room"
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/boxstation/engine
name = "Boxstation, Engine Room"