Merge pull request #63 from Kirby703/patch-9

fix line clear delay
This commit is contained in:
Ishaan Bhardwaj
2023-07-01 22:21:45 -04:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ function PhantomManiaGame:getDasLimit()
end
function PhantomManiaGame:getLineClearDelay()
return self:getLineARE()
return self:getLineARE() - 2
end
function PhantomManiaGame:getLockDelay()