Square no longer has IRS / IHS

pull/4/head
Ishaan Bhardwaj 2021-01-14 16:31:20 -05:00
parent 9a8dddeab4
commit 51caf4f3b3
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ function SquareMode:new()
self.enable_hard_drop = true
self.enable_hold = true
self.next_queue_length = 3
self.irs = false
self.ihs = false
end
function SquareMode:initialize(ruleset)