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

@@ -17,7 +17,7 @@ func (our *Input) GetAction() {
if selfPet.Info.Hp <= 0 {
for _, v := range our.AllPet {
if v.Info.Hp > 0 {
println("AI出手,切换宠物")
// println("AI出手,切换宠物")
our.FightC.ChangePet(our.Player, v.Info.CatchTime)
return
}
@@ -32,6 +32,7 @@ func (our *Input) GetAction() {
if len(skills) == 0 {
return
}
//println("AI出手,选择技能")
var usedskill *info.SkillEntity
for _, s := range skills {
if s == nil {