Fixed the last of the hard drop safelocks...

This commit is contained in:
Ishaan Bhardwaj
2020-11-10 23:13:25 -05:00
parent dc09dabacb
commit 189feb1802
3 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ function Survival2020Game:new()
self.randomizer = History6RollsRandomizer()
self.lock_drop = true
self.lock_hard_drop = true
self.enable_hold = true
self.next_queue_length = 3
end