1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-07 01:12:46 +08:00
parent 3947fbce4b
commit 99ef8fafce
3 changed files with 10 additions and 6 deletions

View File

@@ -377,8 +377,8 @@ func (f *FightC) enterturn(firstAttack, secondAttack *action.SelectSkillAction)
}
if f.Info.Status == info.BattleMode.FIGHT_WITH_NPC {
println("AI出手")
go f.Opp.GetAction()
// println("AI出手")
f.Opp.GetAction()
}