From 3c55ec5645dee7a86ed5b0fae89016bc70e2feba Mon Sep 17 00:00:00 2001 From: c0 Date: Wed, 18 May 2016 11:36:33 +0300 Subject: [PATCH] Fixes anything location-dependend not working as cavity implants --- code/modules/surgery/cavity_implant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/cavity_implant.dm b/code/modules/surgery/cavity_implant.dm index 0db9fca7892..771275b0d55 100644 --- a/code/modules/surgery/cavity_implant.dm +++ b/code/modules/surgery/cavity_implant.dm @@ -31,7 +31,7 @@ user.visible_message("[user] stuffs [tool] into [target]'s [target_zone]!", "You stuff [tool] into [target]'s [target_zone].") user.drop_item() CH.cavity_item = tool - tool.loc = null + tool.loc = target return 1 else if(IC)