Skip to content

Commit

Permalink
Fixes brain transfers (#28068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl-J authored and nevimer committed Jun 9, 2024
1 parent a6db77b commit d68a852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GLOBAL_LIST_EMPTY(cortical_borers)
return FALSE

//so if a person is debrained, the borer is removed
/obj/item/organ/internal/brain/Remove(mob/living/carbon/target, special = 0, movement_flags = NO_ID_TRANSFER)
/obj/item/organ/internal/brain/Remove(mob/living/carbon/target, special = 0, movement_flags)
. = ..()
var/mob/living/basic/cortical_borer/cb_inside = target.has_borer()
if(cb_inside)
Expand Down

0 comments on commit d68a852

Please sign in to comment.