From 5ff1ee97256cf816f8f4a4ed338fc0eb6b1a420d Mon Sep 17 00:00:00 2001 From: Repede Date: Wed, 11 Dec 2019 19:15:40 -0500 Subject: [PATCH] Unit test fixes --- code/unit_tests/zas_tests.dm | 9 +++++---- maps/yw/cryogaia_defines.dm | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/code/unit_tests/zas_tests.dm b/code/unit_tests/zas_tests.dm index e53b286e56..9c599a492b 100644 --- a/code/unit_tests/zas_tests.dm +++ b/code/unit_tests/zas_tests.dm @@ -94,9 +94,10 @@ // name = "ZAS: Mining Shuttle (Station)" // area_path = /area/shuttle/mining/station -/datum/unit_test/zas_area_test/cargo_maint - name = "ZAS: Cargo Maintenance" - area_path = /area/maintenance/cargo +// YW Edit - We do not have this zone anymore - Cryogaia +// /datum/unit_test/zas_area_test/cargo_maint +// name = "ZAS: Cargo Maintenance" +// area_path = /area/maintenance/cargo // VOREStation Edit - We don't have this anymore - Tether // /datum/unit_test/zas_area_test/eng_shuttle @@ -114,7 +115,7 @@ /datum/unit_test/zas_area_test/mining_area name = "ZAS: Mining Area (Vacuum)" area_path = /area/mine/explored - expectation = UT_VACUUM + expectation = UT_NORMAL //YW Edit: Mining area is normal and not a vaccuum - Cryogaia /datum/unit_test/zas_area_test/cargo_bay name = "ZAS: Cargo Bay" diff --git a/maps/yw/cryogaia_defines.dm b/maps/yw/cryogaia_defines.dm index 63938f08f0..f522e923c0 100644 --- a/maps/yw/cryogaia_defines.dm +++ b/maps/yw/cryogaia_defines.dm @@ -108,6 +108,8 @@ /area/engineering/atmos/intake ) + unit_test_z_levels = list(2,4,5) + lateload_z_levels = list( list("Tether - Ships"/*",Tether - Plains"*/), //Stock Tether lateload maps list("Alien Ship - Z1 Ship"),