docking computer is now a unique module

you cannot have more than 1 standard dc, or a standard and an advanced dc, nor more than 1 advanced
This commit is contained in:
willyb321
2019-04-15 07:01:08 +10:00
parent 6d6d31db25
commit 2ea63c711e

View File

@@ -10,7 +10,7 @@ import { Ships, Modifications } from 'coriolis-data/dist';
import { chain } from 'lodash';
const zlib = require('zlib');
const UNIQUE_MODULES = ['psg', 'sg', 'bsg', 'rf', 'fs', 'fh', 'gfsb'];
const UNIQUE_MODULES = ['psg', 'sg', 'bsg', 'rf', 'fs', 'fh', 'gfsb', 'dc'];
// Constants for modifications struct
const SLOT_ID_DONE = -1;