Buff-date to Inversion A2N

pull/19/head
Ishaan Bhardwaj 2023-07-28 09:07:15 -04:00
parent 529c2ab41f
commit b9e96406ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function InversionGame:whilePieceActive()
end
function InversionGame:getPieceFadeoutTime()
return math.ceil(self:getLockDelay() / 4)
return math.ceil(self:getLockDelay() / 8)
end
function InversionGame:drawPiece()