hch
2025-10-21 2df1999cde3d0d6009a860a035cdc7011bb56d25
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)
        {