From 52b947a8abb5e2e59e0fd547ac2ba71b098d7e53 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 15 Jan 2012 14:59:39 -0600 Subject: [PATCH] fix max hold life --- Themes/_fallback/metrics.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index ff89c92185..8369eb9728 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -1148,7 +1148,7 @@ ImmediateHoldLetGo=not IsGame("pump") RequireStepOnHoldHeads=not IsGame("pump") RequireStepOnMines=false InitialHoldLife=IsGame("pump") and 0.05 or 1 -MaxHoldLife=IsGame("pump") and 0.05 or 1 +MaxHoldLife=1 RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls") ScoreMissedHoldsAndRolls=not IsGame("pump") PercentUntilColorCombo=0.25