From bfa212f43e5ae155e1669cb5e436b331e29b98c7 Mon Sep 17 00:00:00 2001 From: Sishen Date: Sun, 23 Jun 2019 04:38:58 -0400 Subject: [PATCH] Update toxin_reagents.dm --- code/modules/reagents/chemistry/reagents/toxin_reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm index 7ccbeea0e0..1d5f7bd759 100644 --- a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm @@ -904,7 +904,7 @@ M.adjustStaminaLoss(7.5, 0) if(HAS_TRAIT(M, TRAIT_CALCIUM_HEALER)) M.adjustBruteLoss(3.5, 0) - if(prob(10)) + if(prob(12)) switch(rand(1, 3)) if(1) var/list/possible_says = list("oof.", "ouch!", "my bones.", "oof ouch.", "oof ouch my bones.") @@ -917,7 +917,7 @@ return ..() /datum/reagent/toxin/bonehurtingjuice/overdose_process(mob/living/carbon/M) - if(prob(4) && iscarbon(M)) //big oof + if(prob(6) && iscarbon(M)) //big oof var/selected_part switch(rand(1, 4)) //God help you if the same limb gets picked twice quickly. if(1)