[森罗幻境]=====扫荡修改

dev_chengFeng
wangzhenxing 2022-08-24 13:49:55 +08:00
parent dfdb31ecfa
commit 1ae0e604e0
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ function TrialMapPanel:BindEvent()
--扫荡按钮
Util.AddClick(this.btn_sweep,function()
if MapTrialManager.powerValue==-2 then
PopupTipPanel.ShowTip("无法扫荡,请前往下一层")
return
end
if MapTrialManager.isSweep then
PopupTipPanel.ShowTip("无法再次扫荡")
return