Ok, fixed, now cost return to 0.2 CPU
Ranger
@Ranger
2
Posts
507
Profile views
0
Followers
0
Following
Posts made by Ranger
-
RE: Why operation cost increaseв to 0.4 CPU?
-
Why operation cost increaseв to 0.4 CPU?
I use this code:
var cu = Game.getUsedCpu();
creep.harvest(source);
console.log('operation cost:', Math.floor((Game.getUsedCpu() - cu) * 100) / 100);And now result is "operation cost: 0.43"