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