mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
weird grabbing error, this should fix it.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@117 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -363,8 +363,8 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/grab/proc/s_dbclick(obj/screen/S as obj)
|
||||
if ((src.assailant.next_move > world.time && !( src.last_suffocate < world.time + 2 )))
|
||||
return
|
||||
//if ((src.assailant.next_move > world.time && !( src.last_suffocate < world.time + 2 )))
|
||||
// return
|
||||
if ((!( src.assailant.canmove ) || src.assailant.lying))
|
||||
del(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user