572
edits
No edit summary |
No edit summary |
||
Line 699: | Line 699: | ||
-- Gets text for only the biomes that have a modifier for a building | -- Gets text for only the biomes that have a modifier for a building | ||
function p._GetBuildingBiomeModifiers( | function p._GetBuildingBiomeModifiers(building) | ||
local biomeRet = {} | local biomeRet = {} | ||
for _, biome in ipairs(building.biomeModifiers) do | for _, biome in ipairs(building.biomeModifiers) do |
edits