go to game over instead of eval summary; add select menu sounds.
This commit is contained in:
@@ -185,6 +185,8 @@ Branch = {
|
||||
AfterEvaluation = function()
|
||||
if GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() >= 1 then
|
||||
return "ScreenProfileSave"
|
||||
elseif STATSMAN:GetCurStageStats():AllFailed() then
|
||||
return "ScreenProfileSaveSummary"
|
||||
else
|
||||
return "ScreenEvaluationSummary"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user