Skip to content

Commit

Permalink
Apply fixes for Bonewidow / Damaged Necramech Weapon parts
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Oct 27, 2024
1 parent 90f1c59 commit 6103d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updater/update_items.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
) {
Expand All @@ -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")
) {
Expand Down

0 comments on commit 6103d20

Please sign in to comment.