Merge pull request #34641 from DaxDupont/belt-power
Fixes conveyor belt power usage.
This commit is contained in:
committed by
CitadelStationBot
parent
c6f227fc18
commit
0c9adb1ef6
@@ -104,7 +104,7 @@
|
|||||||
return
|
return
|
||||||
if(!operating)
|
if(!operating)
|
||||||
return
|
return
|
||||||
use_power(100)
|
use_power(6)
|
||||||
affecting = loc.contents - src // moved items will be all in loc
|
affecting = loc.contents - src // moved items will be all in loc
|
||||||
addtimer(CALLBACK(src, .proc/convey, affecting), 1)
|
addtimer(CALLBACK(src, .proc/convey, affecting), 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user