Skip to content

Commit

Permalink
Mark Archwing components as generic
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jan 10, 2025
1 parent 5f6f3af commit f49df39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updater/update_items.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class ItemUpdater {
if (
ingredientRawName.includes("WeaponParts") ||
ingredientRawName.includes("WarframeRecipes") ||
ingredientRawName.includes("ArchwingRecipes") ||
ingredientRawName.includes("mechPart")
) {
ingredientData.generic = true;
Expand Down

0 comments on commit f49df39

Please sign in to comment.