mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
* Introduces an NGCR/Supermatter Submap to Boxstation * linter fix * linter fix pt. 2
14 lines
514 B
JSON
14 lines
514 B
JSON
[
|
|
{
|
|
// 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
|
|
}
|
|
]
|