mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Oversight with table fix.
This commit is contained in:
@@ -47,8 +47,6 @@
|
|||||||
if (!can_touch(user) || !climbable)
|
if (!can_touch(user) || !climbable)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(locate(/obj/machinery/door/poddoor/shutters) in src.contents) return
|
|
||||||
|
|
||||||
var/obj/machinery/door/poddoor/shutters/S = locate() in src.contents
|
var/obj/machinery/door/poddoor/shutters/S = locate() in src.contents
|
||||||
if(S && S.density) return
|
if(S && S.density) return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user