From e4233a0dc4e61a9922b515108c6211cd93985b46 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 14 Apr 2019 23:09:54 +0100 Subject: [PATCH] Exempts arrivals airlock --- code/unit_tests/map_tests.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/unit_tests/map_tests.dm b/code/unit_tests/map_tests.dm index 5950743cf6..5b7abf5aea 100644 --- a/code/unit_tests/map_tests.dm +++ b/code/unit_tests/map_tests.dm @@ -14,7 +14,9 @@ /area/mine, /area/vacant/vacant_shop, /area/turbolift, - /area/submap ) + /area/submap, + /area/hallway/secondary/entry/D2/shuttleDoors + ) var/list/exempt_from_atmos = typesof(/area/maintenance, /area/storage,