From 67b9e33eeb84fa37cb097656be20a4d05060943a Mon Sep 17 00:00:00 2001 From: Dip Date: Thu, 24 Sep 2020 17:30:52 -0300 Subject: [PATCH] damage --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index a5ac1d97..55bf9595 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -253,8 +253,13 @@ if(prob(10)) M.visible_message("[M] starts having a seizure!", "You have a seizure!") M.Unconscious(120) - to_chat(M, "[pick("The moon is close. It will be a long hunt tonight.", "Ludwig, why hath thou forsaken me?", \ + to_chat(M, "[pick("The moon is close. It will be a long hunt tonight.", "Ludwig, why have you forsaken me?", \ "The night is near its end...", "Fear the blood...")]") + if(prob(25) //Prob of a prob.. Shouldn't happen too often but hey, that's what you get. + M.IgniteMob() + else + M.adjustToxLoss(1, 0) + M.adjustFireLoss(1, 0) if(data >= 60) // 30 units, 135 seconds if(iscultist(M, FALSE, TRUE) || is_servant_of_ratvar(M, FALSE, TRUE)) if(iscultist(M))