powder that makes you say yes

This commit is contained in:
Nadyr
2021-07-28 18:40:54 -04:00
committed by GitHub
parent 08de1e1dbf
commit e2d9bf3474

View File

@@ -86,7 +86,7 @@
if(dir != NORTH)
plane = MOB_PLANE
layer = ABOVE_MOB_LAYER
climbable = FALSE //flipping tables allows them to be used as makeshift barriers
//climbable = FALSE //flipping tables allows them to be used as makeshift barriers
flipped = 1
flags |= ON_BORDER
for(var/D in list(turn(direction, 90), turn(direction, -90)))
@@ -105,7 +105,7 @@
reset_plane_and_layer()
flipped = 0
climbable = initial(climbable)
//climbable = initial(climbable)
flags &= ~ON_BORDER
for(var/D in list(turn(dir, 90), turn(dir, -90)))
var/obj/structure/table/T = locate() in get_step(src.loc,D)
@@ -115,4 +115,4 @@
update_connections(1)
update_icon()
return 1
return 1