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: [
{
ItemType: uniqueName,
ItemCount: $("#miscitem-count").val()
ItemCount: parseInt($("#miscitem-count").val())
}
]
})