Merge pull request #5292 from Anewbe/crate_layer

Crates should always appear below their contents
This commit is contained in:
Atermonera
2018-05-25 16:25:31 -07:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
icon_state = "closed"
density = 1
w_class = ITEMSIZE_HUGE
layer = UNDER_JUNK_LAYER
var/icon_closed = "closed"
var/icon_opened = "open"
var/opened = 0