mirror of
https://github.com/paradizelost/screeps.git
synced 2025-03-19 18:12:28 -05: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];
|
||
|
});
|