Update living.dm

This commit is contained in:
kevinz000
2020-04-20 11:45:22 -07:00
committed by GitHub
parent 096a182a84
commit a984fc5e3d

View File

@@ -684,7 +684,6 @@
// DO NOT GIVE CLICKDELAY - last_special handles this. // DO NOT GIVE CLICKDELAY - last_special handles this.
return FALSE return FALSE
/// Proc to resist a grab. moving_resist is TRUE if this began by someone attempting to move. Return FALSE if still grabbed/failed to break out. Use this instead of resist_grab() directly. /// Proc to resist a grab. moving_resist is TRUE if this began by someone attempting to move. Return FALSE if still grabbed/failed to break out. Use this instead of resist_grab() directly.
/mob/proc/attempt_resist_grab(moving_resist, forced, log = TRUE) /mob/proc/attempt_resist_grab(moving_resist, forced, log = TRUE)
if(!pulledby) //not being grabbed if(!pulledby) //not being grabbed