技能选择规则优化
This commit is contained in:
parent
5620d697e2
commit
ba52482a95
@ -166,7 +166,7 @@ end
|
|||||||
function BattleControllerStage:getFixedRogueSkill()
|
function BattleControllerStage:getFixedRogueSkill()
|
||||||
if not self.fixedRogueSkill then
|
if not self.fixedRogueSkill then
|
||||||
local config = ConfigManager:getConfig("chapter")[self.chapterId]
|
local config = ConfigManager:getConfig("chapter")[self.chapterId]
|
||||||
if config.involved_skill then
|
if not DataManager.ChapterData:getChapterPassed(self.chapterId) and config.involved_skill then
|
||||||
self.fixedRogueSkill = GFunc.getTable(config.involved_skill)
|
self.fixedRogueSkill = GFunc.getTable(config.involved_skill)
|
||||||
else
|
else
|
||||||
self.fixedRogueSkill = {}
|
self.fixedRogueSkill = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user