diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index d8f7f0d178..2ccf847b94 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -53,6 +53,11 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE) /mob/living/carbon/monkey/angry, // Literally ends the world. /obj/singularity/narsie/large/cult, + // These are base/template types. + /obj/item/gun/energy/plasma, + /obj/item/gun/energy/pumpaction, + /obj/item/gun/ballistic/automatic, + /obj/item/gun/ballistic/automatic/shotgun, ) //Say it with me now, type template ignore += typesof(/obj/effect/mapping_helpers)