mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Initial conveyors are working. Now for multi on the levers...
This commit is contained in:
@@ -128,12 +128,15 @@ Class Procs:
|
||||
if(use_power)
|
||||
myArea = get_area_master(src)
|
||||
|
||||
machines += src
|
||||
machines += src //Moved this to New
|
||||
if(!speed_process)
|
||||
machine_processing += src
|
||||
else
|
||||
fast_processing += src
|
||||
|
||||
/obj/machinery/New() //new
|
||||
machines += src
|
||||
|
||||
/obj/machinery/Destroy()
|
||||
if(myArea)
|
||||
myArea = null
|
||||
|
||||
Reference in New Issue
Block a user