Adding internal fuel tanks, jump range tweaks

This commit is contained in:
Colin McLeod
2015-06-05 21:14:29 -07:00
parent a5015b243b
commit 827fb3c97a
6 changed files with 113 additions and 33 deletions

View File

@@ -158,6 +158,8 @@ angular.module('app').controller('OutfitController', ['$window','$rootScope','$s
* @param {object} item The component being toggled
*/
$scope.togglePwr = function(item) {
// Update serialize code
// updateState();
item.enabled = !item.enabled;
ship.updateTotals();
};