Skip mechanic update for Combo Challenge

pull/9/head
Ishaan Bhardwaj 2021-09-05 23:07:20 -04:00
parent bfa3bf6a1e
commit 021ac90a71
1 changed files with 1 additions and 3 deletions

View File

@ -80,9 +80,7 @@ function ComboChallenge:hold(inputs, ruleset, ihs)
if ihs then playSE("ihs")
else playSE("hold") end
self:onHold()
if not self.grid:canPlacePiece(self.piece) then
self.game_over = true
end
self:onEnterOrHold(inputs, ruleset)
end
function ComboChallenge:advanceOneFrame()