fix(task): 修复任务奖励与宠物

This commit is contained in:
2025-11-08 18:37:11 +08:00
parent c916440033
commit b864576ca9
11 changed files with 89 additions and 39 deletions

View File

@@ -38,15 +38,6 @@ func (e *EffectNode) GetInput() *input.Input {
}
func (e *EffectNode) Owner(t ...bool) bool {
if len(t) > 0 {
e.owner = t[0]
}
return e.owner
}
func (e *EffectNode) Stack(t ...int) int {
if len(t) > 0 {
e.stacks = t[0]