fix max hold life
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user