fix: 修复空提交问题
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user