1
0
mirror of synced 2024-11-24 07:30:21 +01:00
This commit is contained in:
0aubsq 2021-11-02 17:06:11 +01:00
parent 09c73a8313
commit 69cb63b6dd

View File

@ -54,7 +54,19 @@ namespace TJAPlayer3
if (!TJAPlayer3.stage演奏ドラム画面.actDan.GetFailedAllChallenges())
{
// 段位認定モード、クリア成功
this.Mode[0] = EndMode.StageCleared;
// this.Mode[0] = EndMode.StageCleared;
if (TJAPlayer3.stage演奏ドラム画面.CBranchScore[0].nMiss == 0)
{
if (TJAPlayer3.stage演奏ドラム画面.CBranchScore[0].nGood == 0)
this.Mode[0] = EndMode.StageDondaFullCombo;
else
this.Mode[0] = EndMode.StageFullCombo;
}
else
this.Mode[0] = EndMode.StageCleared;
}
else
{