reorder some logic and fix a typo; good catch wolfman
This commit is contained in:
@@ -187,13 +187,13 @@ Branch = {
|
|||||||
|
|
||||||
if GAMESTATE:IsEventMode() or stagesLeft >= 1 then
|
if GAMESTATE:IsEventMode() or stagesLeft >= 1 then
|
||||||
return "ScreenProfileSave"
|
return "ScreenProfileSave"
|
||||||
elseif allFailed then
|
|
||||||
return "ScreenProfileSaveSummary"
|
|
||||||
elseif song:IsLong() and maxStages <= 2 and stagesLeft < 1 and allFailed then
|
elseif song:IsLong() and maxStages <= 2 and stagesLeft < 1 and allFailed then
|
||||||
return "ScreenProfileSaveSummary"
|
return "ScreenProfileSaveSummary"
|
||||||
elseif song:IsMarathon() and maxStages <= 3 and stagesLeft < 1 and allFailed then
|
elseif song:IsMarathon() and maxStages <= 3 and stagesLeft < 1 and allFailed then
|
||||||
return "ScreenProfileSaveSummary"
|
return "ScreenProfileSaveSummary"
|
||||||
elseif maxStages >= 2 and stagesLeft < 1 and failed then
|
elseif maxStages >= 2 and stagesLeft < 1 and allFailed then
|
||||||
|
return "ScreenProfileSaveSummary"
|
||||||
|
elseif allFailed then
|
||||||
return "ScreenProfileSaveSummary"
|
return "ScreenProfileSaveSummary"
|
||||||
else
|
else
|
||||||
return "ScreenProfileSave"
|
return "ScreenProfileSave"
|
||||||
|
|||||||
Reference in New Issue
Block a user