feat: modular weapon crafting #317

Merged
Sainan merged 3 commits from modular-weapons into main 2024-06-17 17:03:08 -07:00
Owner
No description provided.
Sainan reviewed 2024-06-17 16:59:17 -07:00
@ -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 &&
Author
Owner

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.

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.
Sign in to join this conversation.
No description provided.