From 4da365851fb4726033278036fe567a19b8cf689a Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Thu, 23 Jul 2020 21:27:00 +0200 Subject: [PATCH] up to regulations now. --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 32d2c779b5..518b3d823f 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2365,7 +2365,7 @@ to_chat(M, "You feel a knot in your stomach.") knotted = 1 - if(prob(5 + amount/2)) // don't want this to cause too much damage + if(prob(5 + amount * 0.5)) // don't want this to cause too much damage M.losebreath += 2 to_chat(M, "You feel a knot in your throat.") M.emote("cough")