mirror of
https://github.com/paradizelost/screeps.git
synced 2024-11-25 02:14:44 -06:00
4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
|
bodyParts.forEach(function (bodyPart) {
|
||
|
var part = typeof bodyPart === 'string' ? bodyPart : bodyPart.type;
|
||
|
cost += BODYPART_COST[part];
|
||
|
});
|