606
modifications
m |
m |
||
| Ligne 242 : | Ligne 242 : | ||
for resource, amount in pairs(buildingData.costs) do | for resource, amount in pairs(buildingData.costs) do | ||
local labelText = com.firstUpper({resource}) | local labelText = com.firstUpper({resource}) | ||
if | if resourceIcon == 'gold coins' then | ||
labelText = com.firstUpper({'build cost'}) | labelText = com.firstUpper({'build cost'}) | ||
end | end | ||
modifications