fix: 修复空提交问题

This commit is contained in:
1
2025-11-21 05:47:51 +00:00
parent 8a10948775
commit 315f720e49
22 changed files with 46 additions and 47 deletions

View File

@@ -77,6 +77,8 @@ func (e *EffectNode) CanStack(t ...bool) bool {
return e.canStack
}
// 回合类改成int.max,然后魂印类重写切换精灵替换
func (e *EffectNode) Duration(t ...int) int {
if len(t) > 0 {
e.duration = t[0]