diff --git a/updater/update_items.mjs b/updater/update_items.mjs index 48f5136..74c2cd8 100644 --- a/updater/update_items.mjs +++ b/updater/update_items.mjs @@ -182,7 +182,7 @@ class ItemUpdater { if ( ingredientRawName.includes("WeaponParts") || ingredientRawName.includes("WarframeRecipes") || - ingredientRawName.includes("NecromechPart") || + ingredientRawName.includes("mechPart") || // WFCD warframe-items considers Mandachord components as generic despite there being no other variations of these components ingredientRawName.includes("BardQuestSequencerPart") ) { @@ -195,6 +195,7 @@ class ItemUpdater { } else if ( // WFCD warframe-items does not include a hash for these components despite them being unique from other generic components ingredientRawName.includes("DamagedMechPart") || + ingredientRawName.includes("DamagedMechWeapon") || ingredientName.startsWith("Cortege") || ingredientName.startsWith("Morgha") ) {