Skip to content

Commit

Permalink
le fix (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 authored May 16, 2024
1 parent 2dd7bfa commit 96eb3c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,7 @@ GLOBAL_LIST_INIT(borer_second_name, world.file2list("monkestation/code/modules/a
var/obj/item/organ/internal/borer_body/borer_organ = locate() in human_host.organs
if(borer_organ)
borer_organ.Remove(human_host)
var/turf/human_turf = get_turf(human_host)
forceMove(human_turf.drop_location())
forceMove(human_host.drop_location())
human_host = null

//borers shouldnt be able to whisper...
Expand Down

0 comments on commit 96eb3c7

Please sign in to comment.