From 9efc854cbe6aea3d8125b9910ffc7c596a85e8f8 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:33:57 +0200 Subject: [PATCH] [MIRROR] Adds baseturf helpers to create and destroy ignore list [MDB IGNORE] (#12698) * Adds baseturf helpers to create and destroy ignore list (#65910) This simply adds baseturf helpers to the ignore list of create and destroy to prevent future issues. Currently only breaks downstream. If you add more than 10 baseturf helpers, the CI test will fail. * Adds baseturf helpers to create and destroy ignore list Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> --- code/modules/unit_tests/create_and_destroy.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 8b2d5a685e1..ee8ff02415e 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -52,6 +52,8 @@ 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 ignore += typesof(/obj/shapeshift_holder) //No tauma to pass in