572
edits
No edit summary |
No edit summary |
||
Line 316: | Line 316: | ||
function p._GetBuildingByName(name) | function p._GetBuildingByName(name) | ||
-- Check for the special statue case | -- Check for the special statue case | ||
if name == 'STATUE_NAME' then | |||
name = 'Statue of Worship' | |||
end | |||
local STATUE_OF = 'Statue of ' | local STATUE_OF = 'Statue of ' | ||
if string.sub(name, 1, string.len(STATUE_OF)) == STATUE_OF then | if string.sub(name, 1, string.len(STATUE_OF)) == STATUE_OF then |
edits