[森罗幻境]=====扫荡修改
parent
dfdb31ecfa
commit
1ae0e604e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue