Files
BatrachophrenoandGitHub e5ed03f291 GetSortedAreas safety and area unit test fixes (#22851)
Fixes a helper proc that, among other things, had quietly broken all our
area building unit tests.

Fixes every single goddamn area that had been mapped wrong because the
unit tests weren't running.

changes:
- code_imp: "Updates map_path var for mapping unit tests to be a list
instead of a var, allowing for opting-in of unit tests on by-map basis."
- code_imp: "Fire alarm directionality map test updated for (almost) all
directional wall-mounted objects, with only sccv_horizon map currently
opted-in."
- bugfix: "Adds extra safety for GLOB.SortedAreas having entries removed
but not later re-generated."
- bugfix: "Fixes all the incorrectly mapped areas on the Horizon exposed
by newly-run unit tests."
- imageadd: "Adds currently unused map_helper sprites for airlocks- prep
for future work."
2026-07-20 21:28:43 +00:00

7 lines
337 B
Plaintext

/datum/map
var/list/ut_environ_exempt_areas = list(/area/space,/area/template_noop)
var/list/ut_apc_exempt_areas = list(/area/space,/area/template_noop)
var/list/ut_atmos_exempt_areas = list(/area/space,/area/template_noop)
var/list/ut_fire_exempt_areas = list(/area/space,/area/template_noop)
var/list/excluded_test_types = list()