From 4a7add91f67eb436bb86c152cb368a7db0e03502 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Thu, 18 Dec 2025 04:40:58 +0000 Subject: [PATCH] =?UTF-8?q?refactor(fight):=20=E5=B0=86Effect=5FLost?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BAEffectCache=E4=BB=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=95=88=E6=9E=9C=E7=BC=93=E5=AD=98=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/fight/input/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/service/fight/input/input.go b/logic/service/fight/input/input.go index f6cffe59..063d8d5f 100644 --- a/logic/service/fight/input/input.go +++ b/logic/service/fight/input/input.go @@ -128,7 +128,7 @@ func (our *Input) ReactvieEffect() { } //这时候将被覆盖的效果全部装回来enterturn - for _, e := range our.Effect_Lost { + for _, e := range our.EffectCache { e.Alive(true) }