606
modifications
m |
m |
||
| Ligne 46 : | Ligne 46 : | ||
local c = buildingList[v] | local c = buildingList[v] | ||
local buildingType = c.type | local buildingType = c.type | ||
local | local influence = '' | ||
if c.influence then | if c.influence then | ||
for k, v in pairs(c.influence) do | for k, v in pairs(c.influence) do | ||
modifications