瀏覽代碼

普通挑战消耗体力次数

zhaoyang 3 年之前
父節點
當前提交
0af3471e49
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightQuicklyView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightQuicklyView.cs

@@ -146,6 +146,7 @@ namespace GFGGame
                 if (_type == ConstInstanceZonesType.Story && _storyType == ConstInstanceZonesSubType.Normal)
                 if (_type == ConstInstanceZonesType.Story && _storyType == ConstInstanceZonesSubType.Normal)
                 {
                 {
                     _ui.m_btnFightTimes.visible = true;
                     _ui.m_btnFightTimes.visible = true;
+                    times = GameConst.MAX_COUNT_FIGHT_QUICKLY;
                 }
                 }
                 _ui.m_txtPowerDesc.visible = _ui.m_btnFightTimes.visible;
                 _ui.m_txtPowerDesc.visible = _ui.m_btnFightTimes.visible;