mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 09:54:03 +00:00
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>
29 lines
508 B
JSON
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"
|
|
}
|
|
]
|
|
}
|