Merge remote-tracking branch 'origin/work/prop'

This commit is contained in:
shenjack 2024-04-05 19:39:06 +08:00
commit e7abb5c390
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -17263,7 +17263,7 @@ T.Plr.prototype = {
skl = sortedSkills[s]
if (skl.f > 0 && skl instanceof T.ActionSkill) actions.push(skl)
}
if (this.diy == undefined) {
if (actions.length > 0)
for (s = actions.length - 1; s >= 0; --s) {
act = actions[s]
@ -17273,6 +17273,7 @@ T.Plr.prototype = {
break
}
}
}
boostPassive = new T.BoostPassive()
var skills = this_.k2
if (skills.length >= $.aR()) {