606
modifications
m |
m |
||
| Ligne 126 : | Ligne 126 : | ||
--SECTION-PRODUCTION | --SECTION-PRODUCTION | ||
if buildingData.workers then | if buildingData.workers then | ||
-- | |||
local workersData = {} | local workersData = {} | ||
for type, value in pairs(buildingData.workers) do | for type, value in pairs(buildingData.workers) do | ||
| Ligne 131 : | Ligne 132 : | ||
end | end | ||
--test worker stuff above this line | --test worker stuff above this line | ||
local workers = buildingData.workers | local workers = buildingData.workers | ||
if buildingData.rank then | if buildingData.rank then | ||
modifications