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