Phantom Mania mechanic bugfixes

This commit is contained in:
Ishaan Bhardwaj
2021-06-17 19:10:21 -04:00
parent a8ac8f5966
commit 5013443302
4 changed files with 37 additions and 20 deletions

View File

@@ -8,12 +8,6 @@ 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