mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Updated comment to reflect changes to fuel logic
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user