From 650723a7e5b0c8a9061804798e98d89df1b08cab Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 14 May 2012 21:48:42 -0500 Subject: [PATCH] add Double5 to techno list, need to add Versus modes at some point --- Themes/_fallback/Scripts/03 Gameplay.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 863f130900..f8b0bf43b0 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -48,7 +48,8 @@ function GameCompatibleModes() beat = "5Keys,7Keys,10Keys,14Keys,Versus5,Versus7", kb7 = "KB7", para = "Single", - techno = "Single4,Single5,Single8,Double4,Double8", + -- todo: add versus modes for technomotion + techno = "Single4,Single5,Single8,Double4,Double5,Double8", lights = "Single" -- lights shouldn't be playable } return Modes[CurGameName()]