feat: modular weapon crafting #317
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "modular-weapons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -45,2 +45,3 @@
item.category == "Fish" ||
((item as any).productCategory == "Pistols" && (item as MinWeapon).totalDamage == 0)
((item as any).productCategory == "Pistols" &&
(item as MinWeapon).totalDamage == 0 &&
The wonders of
warframe-items
. We will be rid of that shit at some point in the future, but for the time being, we have to accept the fact that we don't have correct typings.