Rename Cargo Scoop to Hatch, lower fg brightness, Eff -> Efficiency

This commit is contained in:
Colin McLeod
2015-05-26 03:03:29 -07:00
parent 01bc3104d2
commit b59150cb1f
3 changed files with 3 additions and 3 deletions

View File

@@ -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) {