Fixes not being able to use timer while buckled.

This commit is contained in:
phil235
2015-08-23 17:38:10 +02:00
parent ed39df47f7
commit 96eceff260
+1 -1
View File
@@ -82,7 +82,7 @@
/obj/item/device/assembly/timer/Topic(href, href_list)
..()
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
if(usr.incapacitated() || !in_range(loc, usr))
usr << browse(null, "window=timer")
onclose(usr, "timer")
return