From 96eb3c760b02586c5ad633ed6ce17811125922d7 Mon Sep 17 00:00:00 2001 From: Gboster-0 <82319946+Gboster-0@users.noreply.github.com> Date: Thu, 16 May 2024 20:38:43 +0200 Subject: [PATCH] le fix (#1919) --- .../modules/antagonists/borers/code/mobs/cortical_borer.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/monkestation/code/modules/antagonists/borers/code/mobs/cortical_borer.dm b/monkestation/code/modules/antagonists/borers/code/mobs/cortical_borer.dm index b0e7953cbedc..f38db815f85b 100644 --- a/monkestation/code/modules/antagonists/borers/code/mobs/cortical_borer.dm +++ b/monkestation/code/modules/antagonists/borers/code/mobs/cortical_borer.dm @@ -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...