diff --git a/code/modules/mob/living/carbon/human/species/machine.dm b/code/modules/mob/living/carbon/human/species/machine.dm index a7503197e84..38b70dcfa4d 100644 --- a/code/modules/mob/living/carbon/human/species/machine.dm +++ b/code/modules/mob/living/carbon/human/species/machine.dm @@ -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' diff --git a/code/modules/surgery/robotics.dm b/code/modules/surgery/robotics.dm index 5c7f42e33cd..cd4a2d383d7 100644 --- a/code/modules/surgery/robotics.dm +++ b/code/modules/surgery/robotics.dm @@ -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)