apply same rules while moving right from base piles

main
LeRoyce Pearson 2024-03-08 14:10:40 -07:00
parent 778c16dadd
commit 6b088e45eb
1 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,11 @@ function update()
end
if si>=3 and si<7 and c_right then
c_hover[1]=7
if hand then
c_hover[2]=#stacks[c_hover[1]]
else
c_hover[2]=find_top_of_stack(stacks[c_hover[1]], #stacks[c_hover[1]])
end
end
if si>7 and c_left then
c_hover[1]=si-1