Changed the Phantom Mania non-N requirement back to automatic GM at 999.
(Only N should have the 31-tetris rule.)
This commit is contained in:
@@ -13,4 +13,14 @@ function PhantomManiaNGame:new()
|
||||
self.enable_hold = true
|
||||
end
|
||||
|
||||
function PhantomManiaNGame:qualifiesForGM()
|
||||
if self.tetrises < 31 then return false end
|
||||
for i = 0, 9 do
|
||||
if self.section_tetrises[i] < (i == 9 and 1 or 2) then
|
||||
return false
|
||||
end
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
return PhantomManiaNGame
|
||||
|
||||
Reference in New Issue
Block a user