From 9317560c31f00383062cd0a97526b040a9c42b61 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 20 八月 2018 20:04:01 +0800
Subject: [PATCH] update 变羊接口完成
---
Fight/GameActor/GA_Hero.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Fight/GameActor/GA_Hero.cs b/Fight/GameActor/GA_Hero.cs
index a216108..49f940e 100644
--- a/Fight/GameActor/GA_Hero.cs
+++ b/Fight/GameActor/GA_Hero.cs
@@ -506,7 +506,8 @@
&& !IsDaZuo()
&& State != E_ActorState.Roll
&& !s_MapSwitching
- && !heavenBattleModel.IsBattlePrepare;
+ && !heavenBattleModel.IsBattlePrepare
+ && !m_Beating;
}
public bool CanCastSkill()
@@ -519,7 +520,8 @@
&& State != E_ActorState.Roll
&& State != E_ActorState.Mocked
&& !s_MapSwitching
- && !heavenBattleModel.IsBattlePrepare;
+ && !heavenBattleModel.IsBattlePrepare
+ && !m_Beating;
}
public void StopAll()
--
Gitblit v1.8.0