Small CC update
parent
789afaf90d
commit
49748745b7
|
@ -74,6 +74,9 @@ 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.game_over = true
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function ComboChallenge:advanceOneFrame()
|
function ComboChallenge:advanceOneFrame()
|
||||||
|
|
Loading…
Reference in New Issue