mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
get rid of some redundant code
This commit is contained in:
@@ -231,7 +231,6 @@ export function getBlueprint(name, module) {
|
||||
return undefined;
|
||||
}
|
||||
const blueprint = JSON.parse(JSON.stringify(found));
|
||||
console.log(blueprint)
|
||||
if (module) {
|
||||
if (module.grp === 'bh' || module.grp === 'hr' || module.grp === 'sg' || module.grp === 'psg' || module.grp === 'bsg') {
|
||||
// Bulkheads, hull reinforcements and shield generators need to have their resistances altered by the base values
|
||||
|
||||
Reference in New Issue
Block a user