Module:MOS intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added back descendant info, but shortened
Ganaram inukshuk (talk | contribs)
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)
intro = intro .. " " .. p.mos_descends_from(input_mos)
end
end