Removed safelock in Combo Challenge

pull/4/head
Ishaan Bhardwaj 2021-07-18 18:09:21 -04:00
parent 9d27aecb36
commit 934f33da0d
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ function ComboChallenge:new()
GameMode:new()
self.grid = Grid(4, 24)
self.grid:applyMap(maps[math.random(#maps)])
self.lock_drop = true
self.lock_hard_drop = true
self.lock_drop = false
self.lock_hard_drop = false
self.enable_hold = true
self.next_queue_length = 6
self.rta = 0