fix(webui): don't halve required R30 XP for MoaPets & KubrowPets
This commit is contained in:
parent
ec6729db4d
commit
00dda9b0ee
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user