up to regulations now.

This commit is contained in:
Iatots
2020-07-23 21:27:00 +02:00
committed by GitHub
parent 21ef5fb1b7
commit 4da365851f
@@ -2365,7 +2365,7 @@
to_chat(M, "<span class='notice'>You feel a knot in your stomach.</span>")
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, "<span class='notice'>You feel a knot in your throat.</span>")
M.emote("cough")