From e038d0986f510de9d298ebdf6036e32c6b3733b9 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 10 十二月 2025 14:13:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/NewBieGuidance/NewBieCenter.cs | 2 ++
Main/Component/UI/Common/FuncOpen.cs | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Main/Component/UI/Common/FuncOpen.cs b/Main/Component/UI/Common/FuncOpen.cs
index 1a575b9..3b25c5e 100644
--- a/Main/Component/UI/Common/FuncOpen.cs
+++ b/Main/Component/UI/Common/FuncOpen.cs
@@ -370,8 +370,7 @@
return string.Empty;
}
string connector = Language.Get("FunctionPreview01"); // "涓�"
- string unlockStr = Language.Get("FunctionPreview02"); // "瑙i攣"
- string result = string.Join(connector, conditionStrs) + unlockStr;
+ string result = string.Join(connector, conditionStrs);
return result;
}
diff --git a/Main/System/NewBieGuidance/NewBieCenter.cs b/Main/System/NewBieGuidance/NewBieCenter.cs
index a862717..c2da66b 100644
--- a/Main/System/NewBieGuidance/NewBieCenter.cs
+++ b/Main/System/NewBieGuidance/NewBieCenter.cs
@@ -529,6 +529,7 @@
completeGuidesBuf.Add(allGuideKeys[i]);
}
}
+ BattleManager.Instance.storyBattleField.IsPause = false;
}
@@ -543,6 +544,7 @@
UIManager.Instance.CloseWindow<NewBieWin>();
completeGuidesBuf.Clear();
+ BattleManager.Instance.storyBattleField.IsPause = false;
}
public void ResetGuide(int _guide)
--
Gitblit v1.8.0