Skip to content

Commit

Permalink
Update robotics.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Jul 31, 2024
1 parent fb1de56 commit d54be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/robotics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d54be1b

Please sign in to comment.