Changes the heretic sac from gib to spill all your organs and kills you (#63034)

This commit is contained in:
Cimika/Lessie/KathyRyals
2021-11-25 12:30:05 -08:00
committed by GitHub
parent c0261be51e
commit 7c717220d5
@@ -260,7 +260,9 @@
if(heart.target && heart.target.stat == DEAD)
to_chat(carbon_user,span_danger("Your patrons accepts your offer.."))
var/mob/living/carbon/human/current_target = heart.target
current_target.gib()
current_target.spill_organs()
current_target.adjustBruteLoss(250)
new /obj/effect/gibspawner/generic(get_turf(current_target))
heart.target = null
var/datum/antagonist/heretic/heretic_datum = carbon_user.mind.has_antag_datum(/datum/antagonist/heretic)