【锻器阁】增加魂印合成引导

dev_chengFeng
ZhangBiao 2021-07-28 16:45:29 +08:00
parent 68e3a32140
commit 33edb62796
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ GuideManager = {}
local this = GuideManager
local GuideConfig = ConfigManager.GetConfig(ConfigName.GuideConfig)
local GlobalSystemConfig = ConfigManager.GetConfig(ConfigName.GlobalSystemConfig)
local SpecialConfig = ConfigManager.GetConfig(ConfigName.SpecialConfig)
local openDic = {}
local funcDic = {}
@ -59,6 +60,9 @@ function this.OnLevelChange()
this.CheckFuncGuide()
elseif PlayerManager.level == 22 then
StoryMapManager.isShowStory = 3
elseif PlayerManager.level == tonumber(SpecialConfig[89].Value) then
table.insert(_FuncGuideList, 103000)
this.CheckFuncGuide()
end
end
--