From 8211e72eaff93d58071ce699f7dd7d84f571e751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 8 Oct 2021 01:18:37 +0800 Subject: [PATCH] =?UTF-8?q?99=E7=BA=A7=E4=B8=8E110=E7=BA=A7=E4=BA=A4?= =?UTF-8?q?=E6=8D=A2=E5=90=8E=E5=8F=98=E8=89=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index 8f5d608b..e403949a 100644 --- a/script.js +++ b/script.js @@ -3703,6 +3703,8 @@ function changeid(mon, monDom, latentDom) { levelDom.setAttribute("data-level-range", "110"); } else if (level > card.maxLevel) { levelDom.setAttribute("data-level-range", "error"); + } else { + levelDom.setAttribute("data-level-range", "99"); } } const awokenIcon = monDom.querySelector(".awoken-count-num");