diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 01f22741e17..087a81b31d0 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -23,13 +23,11 @@ /obj/structure/holosign/robot_seat, //Singleton /mob/dview, - //Requires a circuit url - /obj/effect/mapping_helpers/circuit_spawner, //Template type /obj/item/bodypart, ) //Say it with me now, type template - ignore += typesof(/obj/effect/mapping_helpers/atom_injector) + ignore += typesof(/obj/effect/mapping_helpers) //This turf existing is an error in and of itself ignore += typesof(/turf/baseturf_skipover) ignore += typesof(/turf/baseturf_bottom) @@ -50,8 +48,6 @@ //We don't have a pod ignore += typesof(/obj/effect/pod_landingzone_effect) ignore += typesof(/obj/effect/pod_landingzone) - //It's a trapdoor to nowhere - ignore += typesof(/obj/effect/mapping_helpers/trapdoor_placer) //We have a baseturf limit of 10, adding more than 10 baseturf helpers will kill CI, so here's a future edge case to fix. ignore += typesof(/obj/effect/baseturf_helper) //There's no shapeshift to hold