From e15f65ce1f73161e541310816727018946a2b131 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 13 Dec 2015 18:10:32 -0500 Subject: [PATCH] CRY SUM MOAR --- code/modules/reagents/newchem/drugs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)