mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Adding internal fuel tanks, jump range tweaks
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user