【无尽副本】行动力不减修复

dev_chengFeng
ZhangBiao 2021-11-05 10:04:32 +08:00
parent 4cb826b9e5
commit cd8f61cbed
2 changed files with 5 additions and 3 deletions

View File

@ -222,6 +222,7 @@ function this.ShowCountTime()
end
if leftTime < 0 then
leftTime = 0
PlayerManager.RefreshItemNumBySerTime()
end
this.actCountTime.text = GetTimeMaoHaoStrBySeconds(math.floor(leftTime)).."后恢复1点"
end, 1, -1, true)

View File

@ -767,10 +767,11 @@ function EndLessMapView:ShowCountTime()
end
if leftTime < 0 then
leftTime = 0
PlayerManager.RefreshItemNumBySerTime()
end
if not this.isPanelClose then
this.actCountTime.text = GetTimeMaoHaoStrBySeconds(math.floor(leftTime)).."后恢复1点"
end
if not this.isPanelClose then
this.actCountTime.text = GetTimeMaoHaoStrBySeconds(math.floor(leftTime)).."后恢复1点"
end
end, 1, -1, true)
this.timer:Start()
end