Revert "SSmachines instancing PR (#9080)"

This reverts commit 4889b33cea.
This commit is contained in:
atermonera
2023-07-23 17:45:10 -08:00
parent b3b59c5c2a
commit a8a9054d08
17 changed files with 126 additions and 150 deletions
+4 -4
View File
@@ -46,11 +46,11 @@
else
speed_process = !speed_process // switching gears
if(speed_process) // high gear
end_processing()
begin_speed_processing()
STOP_MACHINE_PROCESSING(src)
START_PROCESSING(SSfastprocess, src)
else // low gear
end_speed_processing()
begin_processing()
STOP_PROCESSING(SSfastprocess, src)
START_MACHINE_PROCESSING(src)
/obj/machinery/conveyor/proc/setmove()
if(operating == FORWARDS)