mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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
|
return null
|
||||||
if(state >= GRAB_AGGRESSIVE)
|
if(state >= GRAB_AGGRESSIVE)
|
||||||
animate(affecting, pixel_x = 0, pixel_y = 0, 4, 1)
|
animate(affecting, pixel_x = 0, pixel_y = 0, 4, 1)
|
||||||
. = affecting
|
var/mob/living/affected = affecting
|
||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return affected
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user