mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-14 03:38:49 +01:00
add p4 factories to factory ID filter and remove unused imports
This commit is contained in:
@@ -921,7 +921,11 @@ export const PI_SCHEMATICS = [
|
||||
];
|
||||
|
||||
export const FACTORY_IDS = () =>
|
||||
PI_TYPES_ARRAY.filter((t) => t.name.indexOf("Industry Facility") !== -1);
|
||||
PI_TYPES_ARRAY.filter(
|
||||
(t) =>
|
||||
t.name.indexOf("Industry Facility") !== -1 ||
|
||||
t.name.indexOf("High-Tech Production Plant") !== -1
|
||||
);
|
||||
|
||||
export const STORAGE_IDS = () =>
|
||||
PI_TYPES_ARRAY.filter(
|
||||
|
||||
Reference in New Issue
Block a user