Merge remote-tracking branch 'origin/work/prop'
This commit is contained in:
commit
e7abb5c390
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user