返回提交历史
Modified
static/webui/script.js
+3
-1
XFEstudio/XFESpaceNinjaServer
fix(webui): don't halve required R30 XP for MoaPets & KubrowPets (#1771)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1771 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
a49edefb
代码差异
1 个文件
+3
-1
@@ -436,7 +436,9 @@ function updateInventory() {
436
436
category != "SpaceSuits" &&
437
437
category != "Sentinels" &&
438
438
category != "Hoverboards" &&
439
category != "MechSuits"
439
category != "MechSuits" &&
440
category != "MoaPets" &&
441
category != "KubrowPets"
440
442
) {
441
443
maxXP /= 2;
442
444
}