mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Compile fix.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user