Merge conflict resolution.

This commit is contained in:
Zuhayr
2014-11-10 13:00:06 +10:30
42 changed files with 2122 additions and 2046 deletions
@@ -448,6 +448,7 @@
dir = direction
if(dir != NORTH)
layer = 5
climbable = 0 //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)))
@@ -465,6 +466,7 @@
layer = initial(layer)
flipped = 0
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)