Module:Obstacles/Recommended: Difference between revisions

m
typo
m (typo)
m (typo)
Line 28: Line 28:
local number_of_possible_choices = 6
local number_of_possible_choices = 6
-- Have to sort this table or else the order is messed up when you use it
-- Have to sort this table or else the order is messed up when you use it
table.sort(tiers, function(a, b) return a.placement < b.placement end)
table.sort(tiers, function(a, b) return a.tier < b.tier end)
local function make_row(slot, data, compact)
local function make_row(slot, data, compact)
892

edits