diff --git a/static/webui/index.html b/static/webui/index.html
index 6bbe59f45..3a6d8594e 100644
--- a/static/webui/index.html
+++ b/static/webui/index.html
@@ -331,6 +331,7 @@
diff --git a/static/webui/script.js b/static/webui/script.js
index dc6e4872d..c4b86f07d 100644
--- a/static/webui/script.js
+++ b/static/webui/script.js
@@ -839,7 +839,7 @@ function doAcquireMod() {
RawUpgrades: [
{
ItemType: uniqueName,
- ItemCount: 1
+ ItemCount: parseInt($("#mod-count").val())
}
]
})