mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Travis Appeasement Mark II (#4485)
* Tries to Please Travis Should remove all active edge problems. Moves map-specific unit tests to the map define file. Enhances some PoIs in terms of adding /ignore_mapgen to the ground. Fixes incorrect loot pile in one PoI. * Conflicts are fun. * Might fix unit test.
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
)
|
||||
|
||||
// Some maps have areas specific to the map, so include those.
|
||||
exempt_areas += using_map.unit_test_exempt_areas
|
||||
exempt_from_atmos += using_map.unit_test_exempt_from_atmos
|
||||
exempt_from_apc += using_map.unit_test_exempt_from_apc
|
||||
exempt_areas += using_map.unit_test_exempt_areas.Copy()
|
||||
exempt_from_atmos += using_map.unit_test_exempt_from_atmos.Copy()
|
||||
exempt_from_apc += using_map.unit_test_exempt_from_apc.Copy()
|
||||
|
||||
for(var/area/A in world)
|
||||
if(A.z == 1 && !(A.type in exempt_areas))
|
||||
|
||||
@@ -77,43 +77,3 @@
|
||||
fail(test["msg"])
|
||||
return 1
|
||||
|
||||
/datum/unit_test/zas_area_test/supply_centcomm
|
||||
name = "ZAS: Supply Shuttle (CentCom)"
|
||||
area_path = /area/supply/dock
|
||||
|
||||
/datum/unit_test/zas_area_test/emergency_shuttle
|
||||
name = "ZAS: Emergency Shuttle"
|
||||
area_path = /area/shuttle/escape/centcom
|
||||
|
||||
/datum/unit_test/zas_area_test/ai_chamber
|
||||
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
|
||||
|
||||
/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
|
||||
|
||||
/datum/unit_test/zas_area_test/virology
|
||||
name = "ZAS: Virology"
|
||||
area_path = /area/medical/virology
|
||||
|
||||
/datum/unit_test/zas_area_test/xenobio
|
||||
name = "ZAS: Xenobiology"
|
||||
area_path = /area/rnd/xenobiology
|
||||
|
||||
/datum/unit_test/zas_area_test/mining_area
|
||||
name = "ZAS: Mining Area (Vacuum)"
|
||||
area_path = /area/mine/explored
|
||||
expectation = UT_VACUUM
|
||||
|
||||
/datum/unit_test/zas_area_test/cargo_bay
|
||||
name = "ZAS: Cargo Bay"
|
||||
area_path = /area/quartermaster/storage
|
||||
|
||||
Reference in New Issue
Block a user