mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #5292 from Anewbe/crate_layer
Crates should always appear below their contents
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
icon_state = "closed"
|
icon_state = "closed"
|
||||||
density = 1
|
density = 1
|
||||||
w_class = ITEMSIZE_HUGE
|
w_class = ITEMSIZE_HUGE
|
||||||
|
layer = UNDER_JUNK_LAYER
|
||||||
var/icon_closed = "closed"
|
var/icon_closed = "closed"
|
||||||
var/icon_opened = "open"
|
var/icon_opened = "open"
|
||||||
var/opened = 0
|
var/opened = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user