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:
uhangi@gmail.com
2010-09-19 06:15:38 +00:00
parent 96a31a3efb
commit 8a85acc5e2
+2 -2
View File
@@ -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