fix: 修复空提交问题

This commit is contained in:
1
2025-11-21 03:07:17 +00:00
parent 7a9440747f
commit 8a10948775

View File

@@ -16,7 +16,7 @@ type Effect56 struct {
func (e *Effect56) Turn_Start(fattack *action.SelectSkillAction, sattack *action.SelectSkillAction) {
e.oldtype = e.Ctx().Opp.CurrentPet.PetInfo.Type
e.oldtype = e.Ctx().Our.CurrentPet.PetInfo.Type
e.Ctx().Our.CurrentPet.PetInfo.Type = e.Ctx().Opp.CurrentPet.PetInfo.Type
}
func init() {