Fixed Phantom Mania safelock behaviors

pull/13/head
Ishaan Bhardwaj 2020-11-10 23:10:39 -05:00
parent e13278c6a8
commit dc09dabacb
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function PhantomManiaGame:new()
PhantomManiaGame.super:new()
self.lock_drop = true
self.lock_hard_drop = true
self.next_queue_length = 1
self.SGnames = {

View File

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