mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
fixes honorbound gods smiting under incorrect circumstances (#58343)
This commit is contained in:
@@ -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, "<span class='userdanger'>[GLOB.deity] is enraged by your use of forbidden magic!</span>")
|
||||
lightningbolt(user)
|
||||
|
||||
Reference in New Issue
Block a user