Skip to content

Commit

Permalink
Set the Extra Stages to FailImmediate instead of following what is se…
Browse files Browse the repository at this point in the history
…t in the Operator Menu.
  • Loading branch information
gabemarchan committed Jul 18, 2017
1 parent e1fc7db commit 9fd5a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/itg3/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ Choices=1,2,3,4,5
Condition1=not GAMESTATE:IsCourseMode() and GAMESTATE:GetCurrentSong() == SONGMAN:FindSong("In The Groove/Training1/")
Condition2=GAMESTATE:GetEnv("Workout") == "1"
Condition3=PlayModeName()=="Rave"
Condition4=GAMESTATE:IsCourseMode() or GAMESTATE:GetPlayMode() == PLAY_MODE_ONI
Condition4=GAMESTATE:IsCourseMode() or GAMESTATE:GetPlayMode() == PLAY_MODE_ONI or GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2()
Condition5=true
NextScreen1=mod,clearall;applydefaultoptions;screen,ScreenStage
NextScreen2=mod,FailOff;screen,ScreenStageWorkout
Expand Down

0 comments on commit 9fd5a1f

Please sign in to comment.