Skip to content

Commit

Permalink
bugfix: There is no escape for you, robocluwne.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 27, 2023
1 parent 5dfb838 commit df028f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/surgery/robotics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@
return -1
else
for(var/obj/item/organ/internal/O as anything in organs)
if(O.unremovable)
continue
O.on_find(user)
organs -= O
organs[O.name] = O
Expand Down

0 comments on commit df028f8

Please sign in to comment.