From d71ded1993b4d9f9787b0f6f616af5e8208858b0 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Sun, 17 Jun 2012 05:18:14 +0000 Subject: [PATCH] and it was almost well-coded, too --- Themes/_fallback/Scripts/05 NewScoringFrontend.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/05 NewScoringFrontend.lua b/Themes/_fallback/Scripts/05 NewScoringFrontend.lua index eb45d02da1..17c91eb9dc 100644 --- a/Themes/_fallback/Scripts/05 NewScoringFrontend.lua +++ b/Themes/_fallback/Scripts/05 NewScoringFrontend.lua @@ -155,7 +155,7 @@ ScoringModes["DDR SuperNOVA 2"]=function(judge,pss,player,mode) judge,pss,player,mode=coroutine.yield({{'TapNoteScore_None','TapNoteScore_CheckpointHit','TapNoteScore_CheckpointMiss'},{"HoldNoteScore_None"}}) local mineWasHit=false while mode=="update" do - if judge.TapNoteScore:find("Mine") then mineWasHit == true end + if judge.TapNoteScore:find("Mine") then mineWasHit = true end curScore=curScore+(stepScore*(not judge.HoldNoteScore and tnsMultiplier[judge.TapNoteScore] - (subtract10Points[judge.TapNoteScore] and 10 or 0) or (judge.HoldNoteScore=='HoldNoteScore_Held' and 1 or 0)))