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")
|
if ihs then playSE("ihs")
|
||||||
else playSE("hold") end
|
else playSE("hold") end
|
||||||
self:onHold()
|
self:onHold()
|
||||||
if not self.grid:canPlacePiece(self.piece) then
|
self:onEnterOrHold(inputs, ruleset)
|
||||||
self.game_over = true
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function ComboChallenge:advanceOneFrame()
|
function ComboChallenge:advanceOneFrame()
|
||||||
|
|
Loading…
Reference in New Issue