So how badly will this break?
Allow pump to have routine as a compatible mode. No telling what we're missing, but we should prepare for it.
This commit is contained in:
@@ -27,7 +27,7 @@ function GameCompatibleModes()
|
|||||||
sGame = GAMESTATE:GetCurrentGame():GetName()
|
sGame = GAMESTATE:GetCurrentGame():GetName()
|
||||||
local Modes = {
|
local Modes = {
|
||||||
dance = "Single,Double,Solo,Versus,Couple",
|
dance = "Single,Double,Solo,Versus,Couple",
|
||||||
pump = "Single,Double,HalfDouble,Versus,Couple",
|
pump = "Single,Double,HalfDouble,Versus,Couple,Routine",
|
||||||
beat = "5Keys,7Keys,10Keys,14Keys",
|
beat = "5Keys,7Keys,10Keys,14Keys",
|
||||||
kb7 = "KB7",
|
kb7 = "KB7",
|
||||||
para = "Single",
|
para = "Single",
|
||||||
|
|||||||
Reference in New Issue
Block a user