Module:Scale tree: Difference between revisions

Ganaram inukshuk (talk | contribs)
Fixed logic for "generators smaller than this are proper" code
Ganaram inukshuk (talk | contribs)
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 < ns then
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