Module:MOS in EDO: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added generation count increment
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 375: Line 375:


-- Add the step pattern for successive mosses until the pattern becomes that for an edo
-- Add the step pattern for successive mosses until the pattern becomes that for an edo
local generation_count = 0
local generation_count = 1
while current_scale ~= nil and starting_mos_valid and generation_count <= generation_limit do
while current_scale ~= nil and starting_mos_valid and generation_count <= generation_limit do
-- Calculate current step ratio
-- Calculate current step ratio