mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Rename Cargo Scoop to Hatch, lower fg brightness, Eff -> Efficiency
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
angular.module('shipyard').service('Components', ['lodash', 'ComponentsDB', 'ShipsDB', 'ComponentSet', function (_, C, Ships, ComponentSet) {
|
||||
|
||||
this.cargoScoop = function() {
|
||||
return { name: 'Cargo Scoop', class: 1, rating: 'H', power: 0.6};
|
||||
return { name: 'Cargo Hatch', class: 1, rating: 'H', power: 0.6};
|
||||
};
|
||||
|
||||
this.common = function (typeIndex, componentId) {
|
||||
|
||||
Reference in New Issue
Block a user