diff --git a/code/modules/mob/_modifiers/unholy.dm b/code/modules/mob/_modifiers/unholy.dm index 1f7f3d67b5f..cc4a23aa403 100644 --- a/code/modules/mob/_modifiers/unholy.dm +++ b/code/modules/mob/_modifiers/unholy.dm @@ -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, "It feels as though your body is being torn apart!") L.updatehealth()