From d54be1b8467e4f6ec06b471891f5ee11c68c6423 Mon Sep 17 00:00:00 2001 From: Lexanx <61974560+Lexanx@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:12:05 +0300 Subject: [PATCH] Update robotics.dm --- code/modules/surgery/robotics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/robotics.dm b/code/modules/surgery/robotics.dm index a7360386ffb35..52ae3e0b9c137 100644 --- a/code/modules/surgery/robotics.dm +++ b/code/modules/surgery/robotics.dm @@ -398,7 +398,7 @@ for(var/obj/item/organ/I in affected.internal_organs) if(I && I.damage > 0) if(BP_IS_ROBOTIC(I)) - if(!((I.organ_tag == BP_BRAIN) && (I.status == ORGAN_DEAD))) + if(!((I.organ_tag == BP_POSIBRAIN) && (I.status == ORGAN_DEAD))) user.visible_message("[user] starts mending the damage to [target]'s [I.name]'s mechanisms.", \ "You start mending the damage to [target]'s [I.name]'s mechanisms." ) playsound(target.loc, 'sound/items/bonegel.ogg', 50, TRUE)