From 70fa99c4b5a614b5b3cb24acb521c692fb0f750f Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Mon, 31 Dec 2018 00:53:18 -0600 Subject: [PATCH] BEGONE DEBUG! --- code/game/gamemodes/miniantags/slaughter/slaughter.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/slaughter/slaughter.dm b/code/game/gamemodes/miniantags/slaughter/slaughter.dm index 355baa77b09..31b331ba620 100644 --- a/code/game/gamemodes/miniantags/slaughter/slaughter.dm +++ b/code/game/gamemodes/miniantags/slaughter/slaughter.dm @@ -98,7 +98,6 @@ /mob/living/simple_animal/slaughter/Destroy() // Only execute the below if we successfully died for(var/mob/living/M in consumed_mobs) - to_chat(world, "[M]") release_consumed(M) . = ..()