Compare commits
3 Commits
11c7a9435e
...
e7abb5c390
Author | SHA1 | Date | |
---|---|---|---|
e7abb5c390 | |||
fb46e9abe9 | |||
8c4daedcd1 |
@ -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