mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 15:59:02 -06:00
Square no longer has IRS / IHS
This commit is contained in:
parent
9a8dddeab4
commit
51caf4f3b3
@ -17,6 +17,9 @@ function SquareMode:new()
|
|||||||
self.enable_hard_drop = true
|
self.enable_hard_drop = true
|
||||||
self.enable_hold = true
|
self.enable_hold = true
|
||||||
self.next_queue_length = 3
|
self.next_queue_length = 3
|
||||||
|
|
||||||
|
self.irs = false
|
||||||
|
self.ihs = false
|
||||||
end
|
end
|
||||||
|
|
||||||
function SquareMode:initialize(ruleset)
|
function SquareMode:initialize(ruleset)
|
||||||
|
Loading…
Reference in New Issue
Block a user