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

This commit is contained in:
昔念
2026-02-08 15:18:50 +08:00
parent 8988e84a01
commit 2edd1ba852
3 changed files with 169 additions and 72 deletions

View File

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