diff --git a/static/webui/script.js b/static/webui/script.js index 2e4477bb..a2b8619c 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -436,7 +436,9 @@ function updateInventory() { category != "SpaceSuits" && category != "Sentinels" && category != "Hoverboards" && - category != "MechSuits" + category != "MechSuits" && + category != "MoaPets" && + category != "KubrowPets" ) { maxXP /= 2; }