diff --git a/app/js/controllers/controller-outfit.js b/app/js/controllers/controller-outfit.js index ccbab053..b9609ad4 100755 --- a/app/js/controllers/controller-outfit.js +++ b/app/js/controllers/controller-outfit.js @@ -607,7 +607,7 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', ' costs.push(item); total += item.ammoTotalCost; } - //total fuel, or if slider isn't at max, use that value and only if scoop not present + //calculate refuel costs if no scoop present if (!scoop) { item = { ammoName: 'fuel',