Fixes cargo's power usage

This commit is contained in:
Dax Dupont
2018-01-19 16:26:54 +01:00
parent 40d59f6d28
commit e3bdf836c8
+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)