Fixed safelock behavior on modes that needed it.

This commit is contained in:
Ishaan Bhardwaj
2020-11-09 23:16:28 -05:00
parent b27ef0e9f4
commit c614e9c4cd
4 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ function KonohaGame:new()
self.last_bonus_display_time = 0
self.time_limit = 10800
self.big_mode = true
self.lock_drop = true
self.enable_hold = true
self.next_queue_length = 3
end