【ID1016422】

【无尽副本】自动恢复行动力倒计时结束后,行动力不增加
dev_chengFeng
jiaoyangna 2021-06-10 16:08:26 +08:00
parent fed713464c
commit f5a9a1368d
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ function this.ShowCountTime()
local leftTime = AutoRecoverManager.GetRecoverTime(1)
if leftTime < 0 then
leftTime = 0
this.InitActPowerShow()
end
this.actCountTime.text = GetTimeMaoHaoStrBySeconds(math.floor(leftTime)).."后恢复1点"
end, 1, -1, true)