Difference between revisions of "Module:Villagers"

Jump to navigation Jump to search
no edit summary
Tag: Manual revert
 
(31 intermediate revisions by the same user not shown)
Line 12: Line 12:
for k, v in pairs(b) do
for k, v in pairs(b) do
if v.rank == rank then
if v.rank == rank then
-- amay4672: v.rank looks at anything called rank in Module:Buildings
jobs[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