diff --git a/code/modules/unit_tests/hivelord_count.dm b/code/modules/unit_tests/hivelord_count.dm index 2d7ef551063e..5d3fc9c1b23c 100644 --- a/code/modules/unit_tests/hivelord_count.dm +++ b/code/modules/unit_tests/hivelord_count.dm @@ -8,4 +8,4 @@ for (var/obj/item/I in SpawnEffect.loc.get_contents()) total_items_created += 1 - world.log << "Total items created from mob_spawn: [total_items_created]" + TEST_FAIL("Total items created from mob_spawn: [total_items_created]")