mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 16:53:02 +00:00
Update naming to match Elite names
This commit is contained in:
@@ -16,7 +16,7 @@ export default class InternalSlotSection extends SlotSection {
|
|||||||
* @param {Object} context React Component context
|
* @param {Object} context React Component context
|
||||||
*/
|
*/
|
||||||
constructor(props, context) {
|
constructor(props, context) {
|
||||||
super(props, context, 'internal', 'internal compartments');
|
super(props, context, 'internal', 'optional internal');
|
||||||
|
|
||||||
this._empty = this._empty.bind(this);
|
this._empty = this._empty.bind(this);
|
||||||
this._fillWithCargo = this._fillWithCargo.bind(this);
|
this._fillWithCargo = this._fillWithCargo.bind(this);
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export default class StandardSlotSection extends SlotSection {
|
|||||||
* @param {Object} context React Component context
|
* @param {Object} context React Component context
|
||||||
*/
|
*/
|
||||||
constructor(props, context) {
|
constructor(props, context) {
|
||||||
super(props, context, 'standard', 'standard');
|
super(props, context, 'standard', 'core internal');
|
||||||
this._optimizeStandard = this._optimizeStandard.bind(this);
|
this._optimizeStandard = this._optimizeStandard.bind(this);
|
||||||
this._selectBulkhead = this._selectBulkhead.bind(this);
|
this._selectBulkhead = this._selectBulkhead.bind(this);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export const terms = {
|
|||||||
cc: 'Collector Limpet Controller',
|
cc: 'Collector Limpet Controller',
|
||||||
cm: 'Countermeasure',
|
cm: 'Countermeasure',
|
||||||
cr: 'Cargo Rack',
|
cr: 'Cargo Rack',
|
||||||
cs: 'Cargo Scanner',
|
cs: 'Manifest Scanner',
|
||||||
dc: 'Docking Computer',
|
dc: 'Docking Computer',
|
||||||
fc: 'Fragment Cannon',
|
fc: 'Fragment Cannon',
|
||||||
fh: 'Fighter Hangar',
|
fh: 'Fighter Hangar',
|
||||||
|
|||||||
Reference in New Issue
Block a user