fix(webui): don't halve required R30 XP for MoaPets & KubrowPets (#1771)
All checks were successful
Build Docker image / docker (push) Successful in 1m1s
Build / build (push) Successful in 12m6s

Reviewed-on: #1771
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-04-21 15:21:40 -07:00 committed by Sainan
parent e3a34399e5
commit a49edefbd1

View File

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