From 27b0b7939fd3b1afe102eb0405a05816b3f9c7a6 Mon Sep 17 00:00:00 2001 From: Certhic Date: Thu, 25 Oct 2018 00:36:42 +0200 Subject: [PATCH] fixes borg healing --- code/modules/mob/living/silicon/robot/robot_damage.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/robot_damage.dm b/code/modules/mob/living/silicon/robot/robot_damage.dm index ef7734c1e0d..e2a93fa0167 100644 --- a/code/modules/mob/living/silicon/robot/robot_damage.dm +++ b/code/modules/mob/living/silicon/robot/robot_damage.dm @@ -117,6 +117,9 @@ parts -= picked + if(updating_health) + updatehealth("heal overall damage") + /mob/living/silicon/robot/take_overall_damage(brute = 0, burn = 0, updating_health = TRUE, used_weapon = null, sharp = 0) if(status_flags & GODMODE) return //godmode var/list/datum/robot_component/parts = get_damageable_components()