mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-06-12 09:05:40 +02:00
add p4 factories to factory ID filter and remove unused imports
This commit is contained in:
+5
-1
@@ -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