Main/System/NewBieGuidance/NewBieCenter.cs
@@ -251,11 +251,16 @@ { waitGuideWinNames.Remove(config.WinName); } BattleManager.Instance.storyBattleField.IsPause = true; currentGuide = _id; guideStep = config.Steps.Length > 0 ? config.Steps[0] : 0; var stepConfig = ScriptableObjectLoader.LoadSoNewBieGuideStep(guideStep); if (!(stepConfig.guideType == GuideType.NewBie && stepConfig.clickCompleteNoMask)) { // 非强制引导不暂停战斗,如有具体需要可以增加字段 BattleManager.Instance.storyBattleField.IsPause = true; } if (guideBeginEvent != null) {