Skip to content

Commit 8c52909

Browse files
Should prevent random Shaded Hills testing failures.
1 parent c3e2595 commit 8c52909

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/datum/map/shaded_hills
2-
apc_test_exempt_areas = list(
3-
/area/space = NO_SCRUBBER|NO_VENT|NO_APC,
4-
/area/shaded_hills = NO_SCRUBBER|NO_VENT|NO_APC
5-
)
1+
/datum/map/shaded_hills/New()
2+
LAZYDISTINCTADD(area_coherency_test_exempted_root_areas, /area/shaded_hills/outside)
3+
LAZYSET(apc_test_exempt_areas, /area/shaded_hills, (NO_SCRUBBER|NO_VENT|NO_APC))
4+
..()

0 commit comments

Comments
 (0)