diff --git a/code/modules/reagents/newchem/drugs.dm b/code/modules/reagents/newchem/drugs.dm
index e6eb668c1c2..c27bef559ae 100644
--- a/code/modules/reagents/newchem/drugs.dm
+++ b/code/modules/reagents/newchem/drugs.dm
@@ -374,7 +374,7 @@
if(prob(90))
M.adjustToxLoss(1)
if(prob(5))
- M << "You cannot breathe!"
+ M << "You cannot breathe!"
M.losebreath += 1
M.adjustOxyLoss(15)
M.Stun(1)