Remove Transportation as an item subtype

This commit is contained in:
Oliver-Akins 2024-03-17 19:45:47 -06:00
parent 47183da268
commit d131e2faaa
3 changed files with 1 additions and 30 deletions

View file

@ -54,6 +54,7 @@ export const localizerConfig = {
};
export const itemFilters = [
`materials`,
`untyped`,
`aspect`,
`weapon`,
@ -61,7 +62,6 @@ export const itemFilters = [
`equipment`,
`foil`,
`pet`,
`transportation`,
`structure`,
`service`,
];