dont allow stacking guardian fsd boosters

This commit is contained in:
willyb321
2018-07-01 13:31:59 +10:00
parent 6009426f04
commit 901f266dad

View File

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