From 556961c08b77e09703c1cad69ca53b8df7d8b782 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Feb 2018 23:40:50 -0600 Subject: [PATCH] [MIRROR] Fixes players killing themselves by whispering inside clone pods (#5662) * shut the fuck up donnie you're out of your element (#35875) * Fixes players killing themselves by whispering inside clone pods --- code/game/machinery/cloning.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index a3ec023888..5d87f65537 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -44,8 +44,8 @@ "salbutamol", // anti-oxyloss "bicaridine", // NOBREATHE species take brute in crit "corazone", // prevents cardiac arrest and liver failure damage - "mimesbane") // stops them gasping from lack of air. - + "mimesbane", // stops them gasping from lack of air. + "mutetoxin") // stops them from killing themselves BY DEATHWHISPERING INSIDE A CLONE POD NICE JOB BREAKING IT HERO /obj/machinery/clonepod/Initialize() . = ..()