Merge pull request #3252 from Citadel-Station-13/upstream-merge-31441

[MIRROR] Fixes a forceMove(null)
This commit is contained in:
LetterJay
2017-10-09 23:01:51 -04:00
committed by GitHub
+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