mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +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))
|
||||
|
||||
Reference in New Issue
Block a user