HOTFIX: powder special early termination
This commit is contained in:
parent
518af81d22
commit
8767616c0a
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ function displayExpandedItem(item, parent_id){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (element) { break; } // terminate early if already found.
|
||||||
}
|
}
|
||||||
if (element) {//powder special is "[e,t,w,f,a]+[0,1,2,3,4]"
|
if (element) {//powder special is "[e,t,w,f,a]+[0,1,2,3,4]"
|
||||||
const powderSpecial = powderSpecialStats[skp_elements.indexOf(element)];
|
const powderSpecial = powderSpecialStats[skp_elements.indexOf(element)];
|
||||||
|
|
Loading…
Reference in a new issue