From 51f0c454e00e48f2e99b163c19fce6df0a50761a Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sat, 6 Apr 2019 23:41:51 -0400 Subject: [PATCH] Force Travis to ignore lack of scrubbers/vents --- maps/northern_star/northern_star_defines.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maps/northern_star/northern_star_defines.dm b/maps/northern_star/northern_star_defines.dm index 35b2531c83..ade92957b0 100644 --- a/maps/northern_star/northern_star_defines.dm +++ b/maps/northern_star/northern_star_defines.dm @@ -59,7 +59,8 @@ unit_test_exempt_areas = list( /area/Mime, - /area/Clown) + /area/Clown, + /area/engineering/dorm_atmos) /datum/map/northern_star/perform_map_generation() new /datum/random_map/automata/cave_system(null, 1, 1, Z_LEVEL_MAIN_NORTHERN_STAR, world.maxx, world.maxy) // Create the mining Z-level. @@ -157,4 +158,4 @@ /datum/unit_test/zas_area_test/cargo_bay name = "ZAS: Cargo Bay" - area_path = /area/quartermaster/storage \ No newline at end of file + area_path = /area/quartermaster/storage