fix(fight): 修复空变更提交问题

This commit is contained in:
1
2025-11-10 08:57:09 +00:00
parent 6cb091a4be
commit c41861fed0
4 changed files with 39 additions and 14 deletions

View File

@@ -156,7 +156,7 @@ func (i *Input) Parseskill(defender *Input, skill *action.SelectSkillAction) {
// defender.AddEffect(t)
// } else {
//t.SetArgs(i, temparg[:args]...) //设置入参
i.AddEffect(t)
//i.AddEffect(t)
// }
//这里是临时缓存buff,后面确认命中后修改HIT状态