572
edits
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({ | 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 |
edits