Files
Bubberstation/_maps/multiz_debug.json
MrMelbert 21addc3619 Fix flakey spy bounty test failures (#81937)
## About The Pull Request

Closes #81890 
Closes #81951

The spy bounty test will occasionally fail to generate bounties on
Gateway Test (and even more rarely, Runtime Station) due to the nature
of these maps not having everything a station is expected to have (to
use for steal targets).
2024-03-12 03:16:36 +00:00

29 lines
508 B
JSON

{
"version": 1,
"map_name": "MultiZ Debug",
"map_path": "map_files/debug",
"map_file": "multiz.dmm",
"ignored_unit_tests": [
"/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"
}
]
}