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