Files
Bubberstation/_maps/gateway_test.json
SkyratBot 7f04d5ba28 [MIRROR] Moves the departmental delivery area check to a unit test so it stops spamming logs (#27719)
* Moves the departmental delivery area check to a unit test so it stops spamming logs (#83215)

## 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.

![image](https://github.com/tgstation/tgstation/assets/49160555/add92847-9d41-49b0-a951-4f40fdfd283f)

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.

* Moves the departmental delivery area check to a unit test so it stops spamming logs

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2024-05-15 11:48:29 +02:00

18 lines
482 B
JSON

{
"version": 1,
"map_name": "Gateway Test",
"map_path": "map_files/debug",
"map_file": "gateway_test.dmm",
"space_ruin_levels": 1,
"load_all_away_missions": true,
"ignored_unit_tests": [
"/datum/unit_test/antag_moodlets",
"/datum/unit_test/cargo_dep_order_locations",
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items",
"/datum/unit_test/space_dragon_expiration",
"/datum/unit_test/spy_bounty",
"/datum/unit_test/traitor"
]
}