From 1de2b6fbcaf5d58adeefa5ce0ff866ec7c72d0e5 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Fri, 28 Feb 2014 21:26:04 -0800 Subject: [PATCH] Halt head throbbing spam. --- code/WorkInProgress/Cib/MedicalSideEffects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Cib/MedicalSideEffects.dm b/code/WorkInProgress/Cib/MedicalSideEffects.dm index c886a8abe91..e3e5e8542b8 100644 --- a/code/WorkInProgress/Cib/MedicalSideEffects.dm +++ b/code/WorkInProgress/Cib/MedicalSideEffects.dm @@ -71,7 +71,7 @@ /datum/medical_effect/headache/cure(mob/living/carbon/human/H) if(H.reagents.has_reagent("alkysine") || H.reagents.has_reagent("tramadol")) - H << "\red Your head stops throbbing.." + //H << "\red Your head stops throbbing.." // Halt spam. return 1 return 0