Compile fix.

This commit is contained in:
Zuhayr
2014-07-02 06:35:19 +09:30
committed by ZomgPonies
parent 02a7109037
commit 92192021af
+1 -1
View File
@@ -63,7 +63,7 @@
if (!can_touch(user) || !climbable)
return
var/obj/machinery/door/poddoor/shutters/S = locate() in src.contents
S = locate() in src.contents
if(S && S.density) return
usr.loc = get_turf(src)