mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Exclude certain areas from unit tests appliciable to the new Tether map.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user