[MIRROR] Move conveyor belts to their own subsystem for easier disabling, rename conveyor2 to conveyor [MDB IGNORE] (#9554)

* Move conveyor belts to their own system, rename conveyor2 (#62911)

Renames conveyor2.dm to conveyor.dm, and removes the historical comment about "new conveyor belts". As a reminder, comments should be about what the code is now, not what it used to be. (Muh history -Lemon)

Moves conveyor belts to their own SS with an identical wait. It is very common, as an admin, for me to want to adjust conveyor belt processing, either to make it faster (for laughs) or to disable it when it is causing heavy lag. It is very difficult to do this (especially the former) because it just uses fast process.

* Move conveyor belts to their own subsystem for easier disabling, rename conveyor2 to conveyor

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-19 20:37:02 +00:00
committed by GitHub
parent c18a9ee882
commit 7c55a7602f
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
PROCESSING_SUBSYSTEM_DEF(conveyors)
name = "Conveyor Belts"
wait = 0.2 SECONDS