Skip mechanic update for Combo Challenge
parent
bfa3bf6a1e
commit
021ac90a71
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue