Files
Bubberstation/_maps/multiz_debug.json
Tim 7a32a4a8ee Automatically link maps multi-z up/down traits (#87029)
This autoloads the up/down traits for every map instead of having to
manually add those traits to the JSON.

More automation good. Also let's people experiment with larger maps like
a multi-z lavaland.

🆑
code: Automatically link maps multi-z up/down traits
/🆑
2024-11-11 00:41:53 -08:00

26 lines
492 B
JSON

{
"version": 1,
"map_name": "MultiZ Debug",
"map_path": "map_files/debug",
"map_file": "multiz.dmm",
"ignored_unit_tests": [
"/datum/unit_test/cargo_dep_order_locations",
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items",
"/datum/unit_test/spy_bounty"
],
"traits": [
{
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
]
}