Fixes conveyor belt layering (#31569)
This commit is contained in:
committed by
CitadelStationBot
parent
06061f0870
commit
f696ada7c8
@@ -7,6 +7,7 @@
|
||||
name = "conveyor belt"
|
||||
desc = "A conveyor belt."
|
||||
anchored = TRUE
|
||||
layer = BELOW_OPEN_DOOR_LAYER
|
||||
var/operating = FALSE // 1 if running forward, -1 if backwards, 0 if off
|
||||
var/operable = 1 // true if can operate (no broken segments in this belt run)
|
||||
var/forwards // this is the default (forward) direction, set by the map dir
|
||||
|
||||
Reference in New Issue
Block a user