mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
* First two submaps * More small changes * Last * Silly mistake * Final touches * Candles * Lots of fixes * aaaaaaa * Bat spawner removal laser * Fixed * Removes one submap * Fix * Forgor this one * aaaaaaa * One day I will get it right the first time * Warrior review * Fixes * Status varedit
14 lines
579 B
JSON
14 lines
579 B
JSON
[
|
|
{
|
|
// Engineering-Science maintenance, can either be separated by space or have a passage between the asteroids
|
|
"type": "SubmapExtractInsert",
|
|
"submap_size_x": 6,
|
|
"submap_size_y": 22,
|
|
"submap_size_z": 1,
|
|
"submaps_dmm": "submaps/cerestation.dmm",
|
|
"marker_extract": "/obj/effect/map_effect/marker/mapmanip/submap/extract/station/cerestation/engineering_science",
|
|
"marker_insert": "/obj/effect/map_effect/marker/mapmanip/submap/insert/station/cerestation/engineering_science",
|
|
"submaps_can_repeat": true // doesn't matter, as there's only one insert marker
|
|
}
|
|
]
|