From 7813b760419c2d5de3ee8a3b9fb9ff2c170c12e7 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 31 八月 2018 17:29:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/CombatModeWin.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/CombatModeWin.cs b/System/MainInterfacePanel/CombatModeWin.cs
index 54a6339..7304a97 100644
--- a/System/MainInterfacePanel/CombatModeWin.cs
+++ b/System/MainInterfacePanel/CombatModeWin.cs
@@ -50,7 +50,15 @@
{
int MapID = PlayerDatas.Instance.baseData.MapID;
var config = Config.Instance.Get<MapConfig>(MapID);
- AtkTypeList = pKModel.GetArea(config.AtkType).ToArray();
+ if (fairyGrabBossModel.grabBossHintOpen)//鍐嶅墠鍥涚珷鏂版墜鍦板浘涓斿湪娲诲姩鍖哄煙
+ {
+ AtkTypeList = new int[] { 0, 5 };
+ }
+ else
+ {
+ AtkTypeList = pKModel.GetArea(config.AtkType).ToArray();
+ }
+
_PkType = Buffmodel.PkType;//鑾峰彇褰撳墠PK鐘舵��
if (_PkType != 2)
{
--
Gitblit v1.8.0