Merge pull request #3297 from LorenLuke/Grab-Throw-Fix

Fixes grabs not being able to throw (sorry... :c )
This commit is contained in:
Anewbe
2017-04-13 22:06:49 -05:00
committed by GitHub

View File

@@ -80,9 +80,10 @@
return null
if(state >= GRAB_AGGRESSIVE)
animate(affecting, pixel_x = 0, pixel_y = 0, 4, 1)
. = affecting
var/mob/living/affected = affecting
qdel(src)
return
return affected
return null