Anonymous

Module:GauTest/Township: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
 
Line 936: Line 936:
for _, worship in ipairs(Township.worships) do
for _, worship in ipairs(Township.worships) do
if worship.isHidden == false then
if worship.isHidden == false then
table.insert(ret, '\r\n!'..Icons.Icon({'Statue of '..worship.name, type='building', size=50, notext=true})..Icons.Icon({worship.name, type='monster', size=50}))
table.insert(ret, '\r\n!'..Icons.Icon({worship.name, type='monster', size=50})..Icons.Icon({'Statue of '..worship.name, type='building', size=50, notext=true}))
end
end
end
end
572

edits