mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 17:39:02 -06:00
Removed safelock in Combo Challenge
This commit is contained in:
parent
9d27aecb36
commit
934f33da0d
@ -39,8 +39,8 @@ function ComboChallenge:new()
|
|||||||
GameMode:new()
|
GameMode:new()
|
||||||
self.grid = Grid(4, 24)
|
self.grid = Grid(4, 24)
|
||||||
self.grid:applyMap(maps[math.random(#maps)])
|
self.grid:applyMap(maps[math.random(#maps)])
|
||||||
self.lock_drop = true
|
self.lock_drop = false
|
||||||
self.lock_hard_drop = true
|
self.lock_hard_drop = false
|
||||||
self.enable_hold = true
|
self.enable_hold = true
|
||||||
self.next_queue_length = 6
|
self.next_queue_length = 6
|
||||||
self.rta = 0
|
self.rta = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user