Merge pull request #34641 from DaxDupont/belt-power

Fixes conveyor belt power usage.
This commit is contained in:
Jordan Brown
2018-01-19 10:29:53 -05:00
committed by CitadelStationBot
parent c6f227fc18
commit 0c9adb1ef6

View File

@@ -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)