From 2456a2a289686067821d41a5140c3b94c76c6c7d Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Mon, 9 Oct 2017 12:26:23 -0700 Subject: [PATCH 1/2] Update plastic.dm (#31441) --- code/game/objects/items/grenades/plastic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/grenades/plastic.dm b/code/game/objects/items/grenades/plastic.dm index aa0c9bd5d7..a0e7eb1b96 100644 --- a/code/game/objects/items/grenades/plastic.dm +++ b/code/game/objects/items/grenades/plastic.dm @@ -100,8 +100,8 @@ if(do_after(user, 30, target = AM)) if(!user.temporarilyRemoveItemFromInventory(src)) return - src.target = AM - forceMove(null) //Yep + target = AM + moveToNullspace() //Yep if(istype(AM, /obj/item)) //your crappy throwing star can't fly so good with a giant brick of c4 on it. var/obj/item/I = AM