mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user