mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 00:33:03 +00:00
Strip build should reset bulkheads
This commit is contained in:
@@ -148,6 +148,7 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '
|
|||||||
}
|
}
|
||||||
ship.hardpoints.forEach(function(slot) { ship.use(slot, null, null); });
|
ship.hardpoints.forEach(function(slot) { ship.use(slot, null, null); });
|
||||||
ship.internal.forEach(function(slot) { ship.use(slot, null, null); });
|
ship.internal.forEach(function(slot) { ship.use(slot, null, null); });
|
||||||
|
ship.useBulkhead(0);
|
||||||
$scope.code = Serializer.fromShip(ship);
|
$scope.code = Serializer.fromShip(ship);
|
||||||
updateState();
|
updateState();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user