diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 96999d25a8f30..2b78613e5753b 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -7,6 +7,8 @@ //We'll spawn everything here var/turf/spawn_at = run_loc_floor_bottom_left var/list/ignore = list( + //this is somehow a subtype of /atom/movable, because of its purpose... + /image/appearance //Never meant to be created, errors out the ass for mobcode reasons /mob/living/carbon, //Nother template type, doesn't like being created with no seed