fix(webui): don't halve required R30 XP for MoaPets & KubrowPets
All checks were successful
Build / build (push) Successful in 1m32s
Build / build (pull_request) Successful in 44s

This commit is contained in:
Sainan 2025-04-21 20:14:16 +02:00
parent ec6729db4d
commit 00dda9b0ee

View File

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