apply same rules while moving right from base piles
parent
778c16dadd
commit
6b088e45eb
|
@ -215,6 +215,11 @@ function update()
|
||||||
end
|
end
|
||||||
if si>=3 and si<7 and c_right then
|
if si>=3 and si<7 and c_right then
|
||||||
c_hover[1]=7
|
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
|
end
|
||||||
if si>7 and c_left then
|
if si>7 and c_left then
|
||||||
c_hover[1]=si-1
|
c_hover[1]=si-1
|
||||||
|
|
Loading…
Reference in New Issue