Arranges lots of things into planes (#5072)

* Rearranges a billion things into planes

* Make cryotubes fancy

* Update Travis

* Fix hiding logic
This commit is contained in:
Aronai Sieyes
2018-03-28 15:59:12 -04:00
committed by Atermonera
parent a2841ce9d6
commit 7d3aec96fd
118 changed files with 336 additions and 325 deletions

View File

@@ -84,7 +84,8 @@
set_dir(direction)
if(dir != NORTH)
layer = 5
plane = MOB_PLANE
layer = ABOVE_MOB_LAYER
climbable = 0 //flipping tables allows them to be used as makeshift barriers
flipped = 1
flags |= ON_BORDER
@@ -102,7 +103,7 @@
verbs -=/obj/structure/table/proc/do_put
verbs +=/obj/structure/table/verb/do_flip
layer = initial(layer)
reset_plane_and_layer()
flipped = 0
climbable = initial(climbable)
flags &= ~ON_BORDER

View File

@@ -6,7 +6,7 @@
density = 1
anchored = 1
climbable = 1
layer = 2.8
layer = UNDER_JUNK_LAYER
throwpass = 1
surgery_odds = 66
var/flipped = 0