Fix being able to throw people while not next to them

This commit is contained in:
Tigercat2000
2015-05-30 20:30:43 -07:00
parent c861540dbb
commit ba646c51a1
+1 -1
View File
@@ -56,7 +56,7 @@
//Used by throw code to hand over the mob, instead of throwing the grab. The grab is then deleted by the throw code.
/obj/item/weapon/grab/proc/throw()
if(affecting)
if(affecting && assailant.Adjacent(affecting))
if(affecting.buckled)
return null
if(state >= GRAB_AGGRESSIVE)