mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3297 from LorenLuke/Grab-Throw-Fix
Fixes grabs not being able to throw (sorry... :c )
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user