From 340451ba5c5002c9baf0795fb04ff846675dcefd Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 5 Apr 2015 22:08:03 -0400 Subject: [PATCH] anti-meta --- code/modules/reagents/newchem/toxins.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/newchem/toxins.dm b/code/modules/reagents/newchem/toxins.dm index 6d1e6d3c1ef..d79cdeed7a4 100644 --- a/code/modules/reagents/newchem/toxins.dm +++ b/code/modules/reagents/newchem/toxins.dm @@ -328,7 +328,6 @@ datum/reagent/initropidril/on_mob_life(var/mob/living/M as mob) if(3) var/mob/living/carbon/human/H = M if(!H.heart_attack) - H.visible_message("[H] clutches at their chest!") H.heart_attack = 1 // rip in pepperoni ..() return @@ -346,7 +345,6 @@ datum/reagent/concentrated_initro/on_mob_life(var/mob/living/M as mob) if(volume >=5) var/mob/living/carbon/human/H = M if(!H.heart_attack) - H.visible_message("[H] clutches at their chest!") H.heart_attack = 1 // rip in pepperoni datum/reagent/pancuronium