Difference between revisions of "Module:Villagers"

Jump to navigation Jump to search
no edit summary
 
(46 intermediate revisions by the same user not shown)
Line 11: Line 11:


for k, v in pairs(b) do
for k, v in pairs(b) do
if v.optimalRank == rank then
if v.rank == rank then
job[k] = true
jobs[k] = true
end
end
end
end
table.sort(jobs)
table.sort(jobs)
mw.log(#jobs)
mw.log(#jobs)
704

edits

Navigation menu