-small change

This commit is contained in:
Jey
2016-01-15 14:10:47 -05:00
parent 6002ec00e1
commit 189ac6f4e6
+1 -1
View File
@@ -114,7 +114,7 @@
/obj/structure/inflatable/AltClick()
if(usr.stat || usr.restrained())
return
if (cheap_hypotenuse(x, y, usr.x, usr.y) >= 2) //allow only 1 dist and diagonals
if(!Adjacent(usr))
return
deflate()