Module:Scale tree: Difference between revisions
Fixed logic for "generators smaller than this are proper" code |
m wrong variable name corrected |
||
| Line 94: | Line 94: | ||
-- Monosmall mosses and knL ns mosses are always proper, but all other mosses | -- Monosmall mosses and knL ns mosses are always proper, but all other mosses | ||
-- are proper if the step ratio is within the soft-of-basic range | -- are proper if the step ratio is within the soft-of-basic range | ||
if n < | if n < s then | ||
default_comments["2/1"] = default_comments["2/1"] .. "<br>Bright generators smaller than this are proper" | default_comments["2/1"] = default_comments["2/1"] .. "<br>Bright generators smaller than this are proper" | ||
end | end | ||