IPCs dying to brain damage (#26957)

This commit is contained in:
Contrabang
2024-10-06 13:52:29 -04:00
committed by GitHub
parent 1b25a5b021
commit 4833fea9a2
2 changed files with 2 additions and 1 deletions
@@ -33,7 +33,7 @@
//Default styles for created mobs.
default_hair = "Blue IPC Screen"
dies_at_threshold = TRUE
can_revive_by_healing = 1
can_revive_by_healing = TRUE
reagent_tag = PROCESS_SYN
male_scream_sound = 'sound/goonstation/voice/robot_scream.ogg'
female_scream_sound = 'sound/goonstation/voice/robot_scream.ogg'
+1
View File
@@ -399,6 +399,7 @@
)
I.damage = 0
I.surgeryize()
target.update_stat("internal organs repaired")
return ..()
/datum/surgery_step/robotics/manipulate_robotic_organs/mend/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool, datum/surgery/surgery)