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