Module:Step vis: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 58: Line 58:
current_step_vis = current_step_vis .. single_border
current_step_vis = current_step_vis .. single_border
end
end
current_step_vis = string.rep(no_border, current_step_size - 1)
current_step_vis = current_step_vis .. string.rep(no_border, current_step_size - 1)
end
end
end
end