Fixes issue with 0 toxloss giving people worst pain message.

This commit is contained in:
Chinsky
2013-03-14 08:56:13 +04:00
parent f36ebe3b9d
commit 28290d4852
+1 -1
View File
@@ -101,7 +101,7 @@ mob/living/carbon/human/proc/handle_pain()
if(11 to 15)
toxMessageProb = 2
toxDamageMessage = "Your whole body hurts."
else
if(91 to 10000)
toxMessageProb = 5
toxDamageMessage = "Your body aches all over, it's driving you mad."