Added secret grade for the Phantom Mania/-2/-N modes

This commit is contained in:
Oshisaure
2020-10-17 04:22:41 +01:00
parent fdffd2cd9a
commit 8c62f321a0
3 changed files with 33 additions and 0 deletions

View File

@@ -8,6 +8,12 @@ PhantomManiaNGame.tagline = "The old mode from Nullpomino, for Ti-ARS and SRS su
function PhantomManiaNGame:new()
PhantomManiaNGame.super:new()
self.SGnames = {
"M1", "M2", "M3", "M4", "M5", "M6", "M7", "M8", "M9",
"M10", "M11", "M12", "M13", "M14", "M15", "M16", "M17", "M18",
"GM"
}
self.next_queue_length = 3
self.enable_hold = true