mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 08:09:03 -06:00
Skip mechanic update for Combo Challenge
This commit is contained in:
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
Block a user