Exclude certain areas from unit tests appliciable to the new Tether map.

This commit is contained in:
Leshana
2017-05-20 16:44:14 -04:00
parent e4becce7bf
commit e51ae15d24
2 changed files with 16 additions and 7 deletions

View File

@@ -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,
)

View File

@@ -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"