mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
## About The Pull Request So, thanks to the map not being loaded yet when jobs are initialized, the logs are needlessly spammed by a check that can never pass.  Also adds some possible locations to engineering and science As such, I just moved all this logging stuff and screaming at mappers/coders into a unit test. I honestly only have very vague understanding of how these work so someone with more knowledge please check if I did everything right.
30 lines
556 B
JSON
30 lines
556 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": [
|
|
{
|
|
"Up": true,
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Up": true,
|
|
"Down": true,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": true,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
]
|
|
}
|