fix(webui): don't halve required R30 XP for MoaPets & KubrowPets #1771

Merged
Sainan merged 1 commits from max-pet into main 2025-04-21 15:21:41 -07:00

View File

@ -436,7 +436,9 @@ function updateInventory() {
category != "SpaceSuits" &&
category != "Sentinels" &&
category != "Hoverboards" &&
category != "MechSuits"
category != "MechSuits" &&
category != "MoaPets" &&
category != "KubrowPets"
) {
maxXP /= 2;
}