Merge pull request #4957 from Citadel-Station-13/upstream-merge-34641

[MIRROR] Fixes conveyor belt power usage.
This commit is contained in:
deathride58
2018-01-19 19:43:33 +00:00
committed by GitHub
+1 -1
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)