diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index c6320f94db..ab8b8070f9 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -299,7 +299,7 @@ M.eye_blind = max(M.eye_blind, 10) if(mouth_covered) - if(!message) + if(!message) message = "Your [face_protection] protects you from the pepperspray!" else if(!no_pain) message = "Your face and throat burn!" @@ -311,7 +311,7 @@ /datum/reagent/condensedcapsaicin/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) if(ishuman(M)) var/mob/living/carbon/human/H = M - if(H.species && (H.species.flags & (NO_PAIN | IS_SYNTHETIC))) + if(H.species && (H.species.flags & NO_PAIN)) return if(dose == metabolism) M << "You feel like your insides are burning!"