Added kickbox game mode with 4 styles.

This commit is contained in:
Kyzentun
2014-12-09 22:22:50 -07:00
parent c9a17dc48e
commit c65c1eb386
10 changed files with 523 additions and 2 deletions
+3 -1
View File
@@ -22,6 +22,7 @@ function GetExtraColorThreshold()
para = 10,
techno = 10,
lights = 10, -- lights shouldn't be playable
kickbox= 100, -- extra color is lame
}
return Modes[CurGameName()] or 10
end
@@ -51,7 +52,8 @@ function GameCompatibleModes()
maniax = "Single,Double,Versus",
-- todo: add versus modes for technomotion
techno = "Single4,Single5,Single8,Double4,Double5,Double8",
lights = "Single" -- lights shouldn't be playable
lights = "Single", -- lights shouldn't be playable
kickbox= "Human,Quadarm,Insect,Arachnid",
}
return Modes[CurGameName()]
end