From c850827a68771a4ffd5e0de03d4de268beacef8f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 5 Mar 2011 01:55:15 -0500 Subject: [PATCH] Pump mode: increase on greats, maintain on goods. --- Themes/_fallback/Scripts/03 Gameplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index d2e3afd17b..86eb079cb0 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -74,7 +74,7 @@ function ComboContinue() sGame = GAMESTATE:GetCurrentGame():GetName() local Continue = { dance = GAMESTATE:GetPlayMode() == "PlayMode_Oni" and "TapNoteScore_W2" or "TapNoteScore_W3", - pump = "TapNoteScore_W4", + pump = "TapNoteScore_W3", beat = "TapNoteScore_W3", kb7 = "TapNoteScore_W3", para = "TapNoteScore_W4"