Files
Bubberstation/_maps/multiz_debug.json
SkyratBot b690568de8 [MIRROR] Fix flakey spy bounty test failures (#26849)
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).

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
2024-03-27 23:40:26 +01: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"
}
]
}