Update plastic.dm (#31441)

This commit is contained in:
kevinz000
2017-10-09 12:26:23 -07:00
committed by CitadelStationBot
parent 6f2b89ae88
commit 2456a2a289
+2 -2
View File
@@ -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