Module:MOS mode degrees: Difference between revisions
Perfectable scale degrees now show white for the perfect size |
m offset went the wrong way |
||
| Line 51: | Line 51: | ||
end | end | ||
elseif not is_root_mos and is_dark_gen then | elseif not is_root_mos and is_dark_gen then | ||
local chroma_count = chroma_count - | local chroma_count = chroma_count + 1 -- Offset chroma count since the small size is perfect | ||
if chroma_count > 0 then | if chroma_count > 0 then | ||
color = p.cell_color_lg_altered_size | color = p.cell_color_lg_altered_size | ||