Compile fix.

This commit is contained in:
Zuhayr
2014-07-02 06:35:19 +09:30
parent 04a6ea92db
commit 41488bf497
+1 -1
View File
@@ -58,7 +58,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)