diff --git a/code/unit_tests/map_tests.dm b/code/unit_tests/map_tests.dm index f8f735f867..d8a75467c0 100644 --- a/code/unit_tests/map_tests.dm +++ b/code/unit_tests/map_tests.dm @@ -12,7 +12,9 @@ /area/holodeck, /area/supply/station, /area/mine, - /area/vacant/vacant_shop + /area/turbolift, // VOREStation Edit - Its a turbolift, + /area/tether/surfacebase/outside, // VOREStation Edit - Outside, + /area/vacant // VOREStation Edit - All vacant areas!, ) var/list/exempt_from_atmos = typesof(/area/maintenance, @@ -23,6 +25,11 @@ /area/server, /area/mine, /area/vacant/vacant_shop, + /area/engineering/atmos/intake, // VOREStation Edit - Outside, + /area/rnd/external, // VOREStation Edit - Outside, + /area/tether/surfacebase/mining_main/external, // VOREStation Edit - Outside, + /area/tether/surfacebase/mining_main/airlock, // VOREStation Edit - Its an airlock, + /area/tether/surfacebase/emergency_storage, // VOREStation Edit, /area/rnd/research_storage, // This should probably be fixed, /area/security/riot_control // This should probably be fixed, ) diff --git a/code/unit_tests/zas_tests.dm b/code/unit_tests/zas_tests.dm index 638de10036..e53b286e56 100644 --- a/code/unit_tests/zas_tests.dm +++ b/code/unit_tests/zas_tests.dm @@ -89,17 +89,19 @@ name = "ZAS: AI Chamber" area_path = /area/ai -/datum/unit_test/zas_area_test/mining_shuttle_at_station - name = "ZAS: Mining Shuttle (Station)" - area_path = /area/shuttle/mining/station +// VOREStation Edit - We don't have this anymore - Tether +// /datum/unit_test/zas_area_test/mining_shuttle_at_station +// 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 -/datum/unit_test/zas_area_test/eng_shuttle - name = "ZAS: Construction Site Shuttle (Station)" - area_path = /area/shuttle/constructionsite/station +// VOREStation Edit - We don't have this anymore - Tether +// /datum/unit_test/zas_area_test/eng_shuttle +// name = "ZAS: Construction Site Shuttle (Station)" +// area_path = /area/shuttle/constructionsite/station /datum/unit_test/zas_area_test/virology name = "ZAS: Virology"