606
modifications
m |
m |
||
| Ligne 238 : | Ligne 238 : | ||
local costData = {} | local costData = {} | ||
local goldCoinsFound = false | local goldCoinsFound = false | ||
if buildingData.costs or buildingData.influence['bsplendour'] or buildingData.costs['maintenance'] then | if buildingData.costs or buildingData.influence['bsplendour'] or buildingData.costs['maintenance'] then | ||
| Ligne 251 : | Ligne 250 : | ||
end | end | ||
if resource ~= 'maintenance' then | if resource ~= 'maintenance' then | ||
local second = true | |||
local displayAmount = amount | local displayAmount = amount | ||
if second and buildingData.costs.maintenance then | if second and buildingData.costs.maintenance then | ||
modifications