diff --git a/code/datums/mutations/holy_mutation/honorbound.dm b/code/datums/mutations/holy_mutation/honorbound.dm index 9b94e5d9204..f8237c478ac 100644 --- a/code/datums/mutations/holy_mutation/honorbound.dm +++ b/code/datums/mutations/holy_mutation/honorbound.dm @@ -184,6 +184,8 @@ */ /datum/mutation/human/honorbound/proc/punishment(mob/living/carbon/human/user, school) switch(school) + if(SCHOOL_HOLY, SCHOOL_MIME, SCHOOL_RESTORATION) + return if(SCHOOL_NECROMANCY, SCHOOL_FORBIDDEN) to_chat(user, "[GLOB.deity] is enraged by your use of forbidden magic!") lightningbolt(user)