Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
f2ab07cb43
|
@ -312,9 +312,6 @@ function BattleLogic.Update()
|
|||
-- 检测buff
|
||||
BattleLogic.BuffMgr:Update()
|
||||
---
|
||||
-- 检测角色状态
|
||||
RoleManager.Update()
|
||||
|
||||
-- 检测死亡
|
||||
if RoleManager.CheckDead() then -- 单独用一帧执行死亡
|
||||
return
|
||||
|
@ -329,7 +326,9 @@ function BattleLogic.Update()
|
|||
BattleLogic.CheckTurnRound()
|
||||
-- 技能
|
||||
SkillManager.Update()
|
||||
|
||||
--如果有英雄有可以复活的技能,先执行技能逻辑,最后判断死亡人数 by:王振兴
|
||||
-- 检测角色状态
|
||||
RoleManager.Update()
|
||||
end
|
||||
|
||||
-- 战斗结束
|
||||
|
|
Loading…
Reference in New Issue