diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 05135e9765..6a27842ecf 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -104,7 +104,7 @@ return if(!operating) return - use_power(100) + use_power(6) affecting = loc.contents - src // moved items will be all in loc addtimer(CALLBACK(src, .proc/convey, affecting), 1)