From a4baf22c041fb73d0adfc2da400a341ccca1d91b Mon Sep 17 00:00:00 2001 From: 72wo <1@72wo.cn> Date: Thu, 22 Jan 2026 08:55:53 +0800 Subject: [PATCH] Update NewSeIdx_10.go --- logic/service/fight/boss/NewSeIdx_10.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/logic/service/fight/boss/NewSeIdx_10.go b/logic/service/fight/boss/NewSeIdx_10.go index 9e90952f..0fb2b039 100644 --- a/logic/service/fight/boss/NewSeIdx_10.go +++ b/logic/service/fight/boss/NewSeIdx_10.go @@ -11,7 +11,10 @@ type NewSel10 struct { NewSel0 can bool } - +func (e *NewSel10) SwitchOut(in *input.Input) bool { + e.ALive(false) + return true +} func (e *NewSel10) TurnStart(fattack *action.SelectSkillAction, sattack *action.SelectSkillAction) { if e.can { e.Ctx().Our.HealPP(-1)