From 7e1a5805b3d91d25903cbac2c369cf9a444f2bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Qu=E1=BB=91c=20H=C6=B0ng?= <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:43:38 +0700 Subject: [PATCH] Fix ASC and ASC+ (#1089) --- parts/RSlist.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/RSlist.lua b/parts/RSlist.lua index 17b50e16..37aa928d 100644 --- a/parts/RSlist.lua +++ b/parts/RSlist.lua @@ -831,7 +831,7 @@ end local ASC do - local L={'+0+0','+1+0','+0-1','+1-1','+0-2','+1-2','+2+0','+2-1','+2-2','-1+0','-1-1','+0+1','+1+1','+2+1','-1-2','-2+0','+0+2','+1+2','+2+2','-2-1','-2-2'} + local L={'+0+0','+1+0','+0-1','+1-1','+0-2','+1-2','+2+0','+2-1','+2-2','-1+0','-1-1','+0+1','+1+1','+2+1','-1-2','-2+0','+0+2','+1+2','+2+2','-2-1','-2-2','-1+1'} local R=_flipList(L) local F={'+0+0'} local centerPos=TABLE.copy(defaultCenterPos) @@ -870,7 +870,7 @@ end local ASC_plus do - local L={'+0+0','+1+0','+0-1','+1-1','+0-2','+1-2','+2+0','+2-1','+2-2','-1+0','-1-1','+0+1','+1+1','+2+1','-1-2','-2+0','+0+2','+1+2','+2+2','-2-1','-2-2'} + local L={'+0+0','+1+0','+0-1','+1-1','+0-2','+1-2','+2+0','+2-1','+2-2','-1+0','-1-1','+0+1','+1+1','+2+1','-1-2','-2+0','+0+2','+1+2','+2+2','-2-1','-2-2','-1+1'} local R=_flipList(L) local F={'+0+0','-1+0','+1+0','+0-1','-1-1','+1-1','+0-2','-1-2','+1-2','-2+0','+2+0','-2-1','+2-1','-2+1','+2+1','+0+2','-1+2','+1+2'} local centerPos=TABLE.copy(ASC.centerPos) @@ -1078,4 +1078,4 @@ for name,rs in next,RSlist do end end -return RSlist +return RSlist \ No newline at end of file