Module:SB tree: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 26: Line 26:
     end
     end


     for i = 1, edge_extend do
-- TODO: for limit should be edge_extend, set as 3 for debugging
     for i = 1, 3 do
         local last_ratio_1 = tree[#tree - 1]    -- Second last ratio
         local last_ratio_1 = tree[#tree - 1]    -- Second last ratio
         local last_ratio_2 = tree[#tree]        -- Last ratio
         local last_ratio_2 = tree[#tree]        -- Last ratio