Module:MOS intro: Difference between revisions
m a space |
Fixed bug where mosses <= 10 steps say they it descends from themselves |
||
| Line 153: | Line 153: | ||
-- TODO: add descendant info | -- TODO: add descendant info | ||
if equave_in_cents == 1200 and nL ~= 1 then | if equave_in_cents == 1200 and nL ~= 1 and nL + ns > 10 then | ||
intro = intro .. " " .. p.mos_descends_from(input_mos) | intro = intro .. " " .. p.mos_descends_from(input_mos) | ||
end | end | ||