From 6e90b4cf0009ca1c1ec0ed6f924ac0a3e5b5216c Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 28 Jul 2023 10:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E4=BC=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/game/itemDetail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/game/itemDetail.ts b/src/plugin/game/itemDetail.ts index 37a0e2b..b0feccf 100644 --- a/src/plugin/game/itemDetail.ts +++ b/src/plugin/game/itemDetail.ts @@ -23,7 +23,7 @@ core.control.updateDamage = function (floorId = core.status.floorId, ctx) { floor.enemy.calMapDamage(); core.status.damage.data = []; - floor.enemy.render(); + floor.enemy.render(true); getItemDetail(floorId, onMap); // 宝石血瓶详细信息 this.drawDamage(ctx, floorId);