From 98abbeeab53ebd538efe40dfec43bb39778790f5 Mon Sep 17 00:00:00 2001 From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:17:45 -0500 Subject: [PATCH] Update create_and_destroy.dm --- code/modules/unit_tests/create_and_destroy.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 9326dcf3f1..85e34dd87d 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -135,6 +135,10 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE) // This one sleeps too in it's AI code ignore += typesof(/mob/living/simple_animal/hostile/swarmer) + for(var/obj/item/stack/stacktype in typesof(/obj/item/stack)) + if(initial(stacktype.is_cyborg)) + ignore += typesof(stacktype) + var/list/cached_contents = spawn_at.contents.Copy() var/original_turf_type = spawn_at.type var/original_baseturfs = islist(spawn_at.baseturfs) ? spawn_at.baseturfs.Copy() : spawn_at.baseturfs