mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Changes the heretic sac from gib to spill all your organs and kills you (#63034)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user