feat: modular weapon crafting #317

Merged
Sainan merged 3 commits from modular-weapons into main 2024-06-17 17:03:08 -07:00
Showing only changes of commit 6e695916c5 - Show all commits

View File

@ -524,7 +524,7 @@ function doAcquireMiscItems() {
MiscItems: [ MiscItems: [
{ {
ItemType: uniqueName, ItemType: uniqueName,
ItemCount: $("#miscitem-count").val() ItemCount: parseInt($("#miscitem-count").val())
} }
] ]
}) })