From dc09dabacbc152a1d4f8d2ccda193edb204172f2 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Tue, 10 Nov 2020 23:10:39 -0500 Subject: [PATCH] Fixed Phantom Mania safelock behaviors --- tetris/modes/phantom_mania.lua | 1 + tetris/modes/phantom_mania2.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/tetris/modes/phantom_mania.lua b/tetris/modes/phantom_mania.lua index 3abbf69..3ae9f39 100644 --- a/tetris/modes/phantom_mania.lua +++ b/tetris/modes/phantom_mania.lua @@ -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 = { diff --git a/tetris/modes/phantom_mania2.lua b/tetris/modes/phantom_mania2.lua index ede4d7c..a4453fb 100644 --- a/tetris/modes/phantom_mania2.lua +++ b/tetris/modes/phantom_mania2.lua @@ -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