fix(webui): properly handle unique level caps #837

Merged
Sainan merged 2 commits from webui-caps into main 2025-01-20 09:29:25 -08:00
Showing only changes of commit 8b61ff4334 - Show all commits

View File

@ -245,8 +245,7 @@ function updateInventory() {
category != "Sentinels" &&
category != "Hoverboards" &&
category != "MechSuits"
)
{
) {
maxXP /= 2;
}