Updated comment to reflect changes to fuel logic

This commit is contained in:
Kevin Chang
2015-10-13 15:58:44 -07:00
parent 93ac3b217f
commit d01cd24b0d

View File

@@ -607,7 +607,7 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '
costs.push(item); costs.push(item);
total += item.ammoTotalCost; 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) { if (!scoop) {
item = { item = {
ammoName: 'fuel', ammoName: 'fuel',