Module:MOS intro: Difference between revisions
Added back descendant info, but shortened |
m uncommented out code |
||
| Line 237: | Line 237: | ||
-- TODO: add descendant info | -- TODO: add descendant info | ||
if equave_in_cents == 1200 and nL ~= 1 and nL + ns > 10 then | if equave_in_cents == 1200 and nL ~= 1 and nL + ns > 10 then | ||
intro = intro .. " " .. p.mos_descends_from(input_mos) | |||
end | end | ||