Polaris sync

This commit is contained in:
killer653
2017-12-21 04:01:07 -05:00
514 changed files with 13847 additions and 5596 deletions
+9 -3
View File
@@ -12,10 +12,11 @@
/area/holodeck,
/area/supply/station,
/area/mine,
/area/turbolift, // VOREStation Edit - Its a turbolift,
/area/tether/surfacebase/outside, // VOREStation Edit - Outside,
/area/vacant // VOREStation Edit - All vacant areas!,
)
/area/vacant, // VOREStation Edit - All vacant areas!,
/area/vacant/vacant_shop,
/area/turbolift,
/area/submap )
var/list/exempt_from_atmos = typesof(/area/maintenance,
/area/storage,
@@ -40,6 +41,11 @@
/area/vacant/vacant_shop
)
// 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
for(var/area/A in world)
if(A.z == 1 && !(A.type in exempt_areas))
area_test_count++