Little change. More the same

This commit is contained in:
Jordan Brown
2017-11-06 09:45:42 -05:00
committed by CitadelStationBot
parent 326d0bd29b
commit 178b41547d
8 changed files with 33 additions and 10 deletions
+2 -2
View File
@@ -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