mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Fixes issue with 0 toxloss giving people worst pain message.
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user