Skip to content

Commit

Permalink
[scramble] Don't permute F corners for Pyraminx scrambles.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 5, 2021
1 parent d1880a2 commit 9910f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function sgsDataPyraminx() {

export async function sgsDataPyraminxFixedOrientation(): Promise<SGSCachedData> {
return {
ordering: (await sgsDataPyraminx()).ordering.slice(1),
ordering: (await sgsDataPyraminx()).ordering.slice(2),
};
}

Expand Down

0 comments on commit 9910f1d

Please sign in to comment.