From ba78c38c8b97fa1ab8e4ec14fa831882a096d0ff Mon Sep 17 00:00:00 2001 From: Kyzentun Date: Tue, 17 Jun 2014 01:22:30 -0600 Subject: [PATCH] Disabled pad codes that change modifiers in dance game mode. --- Themes/_fallback/Scripts/03 Gameplay.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 25b7b2ecb6..1ac7c939a4 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -264,35 +264,35 @@ local CodeDetectorCodes = { --- specific modifiers Mirror = { default = "", - dance = "Up,Left,Right,Left,Right", + dance = "", pump = "DownRight,DownLeft,UpRight,UpLeft,DownRight,DownLeft,UpRight,UpLeft,Center", }, Left = { default = "", - dance = "Up,Down,Right,Left", + dance = "", }, Right = { default = "", - dance = "Up,Down,Left,Right", + dance = "", }, Shuffle = { default = "", - dance = "Down,Up,Down,Up", + dance = "", pump = "UpLeft,UpRight,UpLeft,UpRight,DownLeft,DownRight,DownLeft,DownRight,Center", -- random }, SuperShuffle = { default = "", - dance = "Down,Up,Left,Right", + dance = "", pump = "UpLeft,UpRight,DownLeft,DownRight,UpLeft,UpRight,DownLeft,DownRight,Center" }, Reverse = { default = "", - dance = "Down,Left,Right,Left,Right", + dance = "", pump = "UpLeft,DownLeft,UpRight,DownRight,UpLeft,DownLeft,UpRight,DownRight,DownRight", -- drop }, HoldNotes = { default = "", - dance = "Right,Left,Down,Up", + dance = "", }, Mines = { default = "", @@ -314,25 +314,25 @@ local CodeDetectorCodes = { }, NextScrollSpeed = { default = "", - dance = "Up,Left,Down,Left,Up", + dance = "", pump = "UpLeft,UpRight,UpLeft,UpRight,Center", }, PreviousScrollSpeed = { default = "", - dance = "Down,Right,Up,Right,Down", + dance = "", pump = "UpRight,UpLeft,UpRight,UpLeft,Center", }, NextAccel = { default = "", - dance = "Left,Right,Down,Up", + dance = "", }, NextEffect = { default = "", - dance = "Left,Down,Right", + dance = "", }, NextAppearance = { default = "", - dance = "Left,Up,Right", + dance = "", }, NextTurn = { default = "",