From 05a9b63b79d16e6b5471a4906c7f2858663aceec Mon Sep 17 00:00:00 2001
From: Ghommie <42542238+Ghommie@users.noreply.github.com>
Date: Mon, 23 Sep 2019 17:06:15 +0200
Subject: [PATCH] spam.
---
code/modules/reagents/chemistry/reagents/other_reagents.dm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm
index ff4d806c54..66c99bce7a 100644
--- a/code/modules/reagents/chemistry/reagents/other_reagents.dm
+++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm
@@ -219,9 +219,12 @@
M.jitteriness = min(M.jitteriness+4,10)
if(iscultist(M))
for(var/datum/action/innate/cult/blood_magic/BM in M.actions)
- to_chat(M, "Your blood rites falter as holy water scours your body!")
+ var/msg = FALSE
for(var/datum/action/innate/cult/blood_spell/BS in BM.spells)
qdel(BS)
+ inform = TRUE
+ if(msg)
+ to_chat(M, "Your blood rites falter as holy water scours your body!")
if(data >= 25) // 10 units, 45 seconds @ metabolism 0.4 units & tick rate 1.8 sec
if(!M.stuttering)
M.stuttering = 1