|
@@ -114,7 +114,7 @@ namespace GFGGame
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- //if (chapterID[3] == 1)
|
|
|
+ if (chapterID[3] == 1)
|
|
|
{
|
|
|
if(chapterID[0] == _ui.m_List.numItems - 2 || chapterID[1] == 0)
|
|
|
{
|
|
@@ -125,11 +125,11 @@ namespace GFGGame
|
|
|
EventAgent.DispatchEvent(ConstMessage.TIMETRACINGUPDATE);
|
|
|
this.Hide();
|
|
|
}
|
|
|
- //else
|
|
|
- //{
|
|
|
- // PromptController.Instance.ShowFloatTextPrompt("需集齐前置套装");
|
|
|
- // return;
|
|
|
- //}
|
|
|
+ else
|
|
|
+ {
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("需集齐前置套装");
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|