From 8767616c0a33c3fcb4335381a3860da1247a8b9c Mon Sep 17 00:00:00 2001 From: hppeng Date: Thu, 15 Sep 2022 23:00:44 -0700 Subject: [PATCH] HOTFIX: powder special early termination --- js/display.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/display.js b/js/display.js index fd63fff..461f52a 100644 --- a/js/display.js +++ b/js/display.js @@ -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]" const powderSpecial = powderSpecialStats[skp_elements.indexOf(element)];