Module:TAMNAMS: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added missing step ratio ranges (hard and soft)
Ganaram inukshuk (talk | contribs)
Bugfix: find_ancestor_info should return 4 things, not 4 things as one table
Line 419: Line 419:
end
end
return {mos.new(z, w, input_mos.equave), ratio_1, ratio_2, generations}
return mos.new(z, w, input_mos.equave), ratio_1, ratio_2, generations
end
end