Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)

This commit is contained in:
Wildkins
2022-05-16 12:50:16 -04:00
committed by GitHub
parent a18d6598e3
commit a4461a17af
296 changed files with 1662 additions and 1778 deletions

View File

@@ -7,7 +7,6 @@
icon_state = "unloader"
density = TRUE
anchored = TRUE
use_power = 1
idle_power_usage = 15
active_power_usage = 50
var/turf/input
@@ -48,7 +47,7 @@
return
return ..()
/obj/machinery/mineral/unloading_machine/machinery_process()
/obj/machinery/mineral/unloading_machine/process()
..()
if(src.output && src.input)
if(locate(/obj/structure/ore_box, input))