From a6c014a52ded5567ed4957c2e877451251ece1b5 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 28 Mar 2011 22:39:07 -0400 Subject: [PATCH] [sm130futures] Lifts are needed too. --- Themes/_fallback/Scripts/04 SpecialScoring.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/04 SpecialScoring.lua b/Themes/_fallback/Scripts/04 SpecialScoring.lua index 3116e6a0a5..a6261fa260 100644 --- a/Themes/_fallback/Scripts/04 SpecialScoring.lua +++ b/Themes/_fallback/Scripts/04 SpecialScoring.lua @@ -8,7 +8,8 @@ local ZeroIfNotFound = { __index = function() return 0 end; }; function GetTotalItems(radars) return radars:GetValue('RadarCategory_TapsAndHolds') + radars:GetValue('RadarCategory_Holds') - + radars:GetValue('RadarCategory_Rolls'); + + radars:GetValue('RadarCategory_Rolls') + + radars:GetValue('RadarCategory_Lifts'); end; -- Determine whether marvelous timing is to be considered.