This commit is contained in:
SinTwo
2017-04-10 23:32:38 -04:00
parent bbfaa41f2a
commit afb6f1b572
2 changed files with 38 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
return 1
if(locate(/obj/structure/table/bench) in get_turf(mover))
return 0
if(locate(/obj/structure/table) in get_turf(mover))
var/obj/structure/table/table = locate(/obj/structure/table) in get_turf(mover)
if(table && !table.flipped)
return 1
return 0