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!")