屏蔽bouns

This commit is contained in:
hahwu 2024-12-26 19:11:34 +08:00
parent 43a93ba49e
commit c807bdcdc1

View File

@ -59,6 +59,7 @@ func (l *LimitedTimeEventMod) InitData(Lv int) {
l.Lv = Lv
l.ProgressMax = limitedTimeEventCfg.GetProgressMax(Lv, l.BounsNum)
}
l.Progress = 0 // todo 临时 屏蔽bouns
}
func (l *LimitedTimeEventMod) ZeroUpdate(Lv int) {