【无尽副本】行动力不减修复
parent
4cb826b9e5
commit
cd8f61cbed
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue