Module:GauTest/Township: Difference between revisions

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', notext=true})..Icons.Icon({worship.name, type='monster'}))
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}))
end
end
end
end
572

edits