Module:MOS: Difference between revisions
More functions and function skeletons; comments; changes to some function names, order of params |
m Fixed a function call |
||
| Line 167: | Line 167: | ||
function p.dark_gen(mos) | function p.dark_gen(mos) | ||
local bright_gen = p.bright_gen(mos) | local bright_gen = p.bright_gen(mos) | ||
return p.period_complement(mos | return p.period_complement(bright_gen, mos) | ||
end | end | ||