From f48a70f1c9e02d19532413ebdface6d843157d47 Mon Sep 17 00:00:00 2001 From: Dip Date: Thu, 24 Sep 2020 16:42:01 -0300 Subject: [PATCH] less prob because it was spammy af --- 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 bedf0e4e..a5ac1d97 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -248,7 +248,7 @@ "You can't save him. Nothing can save him now", "It seems that Nar'Sie will triumph after all")].") if("emote") M.visible_message("[M] [pick("whimpers quietly", "shivers as though cold", "glances around in paranoia")].") - else if(HAS_TRAIT(M, TRAIT_CURSED_BLOOD) && prob(20)) + else if(HAS_TRAIT(M, TRAIT_CURSED_BLOOD) && prob(12)) M.say(pick("Somebody help me...","Unshackle me please...","Anybody... I've had enough of this dream...","The night blocks all sight...","Oh, somebody, please..."), forced = "holy water") if(prob(10)) M.visible_message("[M] starts having a seizure!", "You have a seizure!")