Module:Step vis: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 37: | Line 37: | ||
if current_step_size == 0 then | if current_step_size == 0 then | ||
current_step_vis = double_border_right | current_step_vis = double_border_right | ||
else | else | ||
current_step_vis = single_border .. string.rep(no_border, current_step_size - 1) .. right_border | current_step_vis = single_border .. string.rep(no_border, current_step_size - 1) .. right_border | ||