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:
Neerti
2018-01-01 22:26:31 -05:00
committed by Anewbe
parent 3f98312535
commit 495f985022
14 changed files with 2020 additions and 1981 deletions
+3 -3
View File
@@ -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))