mirror of
https://github.com/paradizelost/screeps.git
synced 2025-02-17 21:45:52 -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];
|
||
|
});
|