Compare commits

..

No commits in common. "71c9147a2c3c1d87ee26152ea24355fd306ffa5b" and "5fa144f146c0a402cc9ffcaee4f0a5be55202984" have entirely different histories.

View File

@ -8,8 +8,6 @@ SRS.hash = "Standard"
SRS.softdrop_lock = false SRS.softdrop_lock = false
SRS.harddrop_lock = true SRS.harddrop_lock = true
SRS.enable_IRS_wallkicks = true
SRS.MANIPULATIONS_MAX = 15 SRS.MANIPULATIONS_MAX = 15
SRS.wallkicks_line = { SRS.wallkicks_line = {
@ -110,6 +108,4 @@ end
function SRS:canPieceRotate() return true end function SRS:canPieceRotate() return true end
function SRS:get180RotationValue() return 2 end
return SRS return SRS