Little change. More the same
This commit is contained in:
committed by
CitadelStationBot
parent
326d0bd29b
commit
178b41547d
@@ -17,7 +17,7 @@
|
||||
var/list/affecting // the list of all items that will be moved this ptick
|
||||
var/id = "" // the control ID - must match controller ID
|
||||
var/verted = 1 // set to -1 to have the conveyour belt be inverted, so you can use the other corner icons
|
||||
speed_process = 1
|
||||
speed_process = TRUE
|
||||
|
||||
/obj/machinery/conveyor/centcom_auto
|
||||
id = "round_end_belt"
|
||||
@@ -208,7 +208,7 @@
|
||||
|
||||
var/list/conveyors // the list of converyors that are controlled by this switch
|
||||
anchored = TRUE
|
||||
speed_process = 1
|
||||
speed_process = TRUE
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user