Skip to content

Commit

Permalink
Contractor Teleport Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei committed Dec 7, 2023
1 parent 2d720c3 commit 2d3d5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
var/list/obj/item/stuff_to_transfer = list()

// Cybernetic implants get removed first (to deal with NODROP stuff)
for(var/obj/item/organ/internal/cyberimp/I as anything in H.internal_organs)
for(var/obj/item/organ/internal/cyberimp/I in H.internal_organs)
// Greys get to keep their implant
if(isgrey(H) && istype(I, /obj/item/organ/internal/cyberimp/brain/speech_translator))
continue
Expand Down

0 comments on commit 2d3d5f6

Please sign in to comment.