Cult heal modifier no longer does Shit-Tons of agony. Does mediocre agony on non-cultists.

This commit is contained in:
Mechoid
2018-08-28 21:40:41 -07:00
parent 47861ad759
commit 7abeee54a0
+2 -1
View File
@@ -140,7 +140,8 @@
affected.update_damages()
H.restore_blood()
H.apply_effect(15, AGONY)
if(!iscultist(H))
H.apply_effect(2, AGONY)
if(prob(10))
to_chat(H, "<span class='danger'>It feels as though your body is being torn apart!</span>")
L.updatehealth()