572
edits
No edit summary |
No edit summary |
||
Line 325: | Line 325: | ||
-- Gets a building and prepares all the relevant stats for the building | -- Gets a building and prepares all the relevant stats for the building | ||
function p.GetBuildingTable( | function p.GetBuildingTable(frame) | ||
if true then | |||
return mw.logObject(frame) | |||
end | |||
local building = p._GetBuildingByName(name) | local building = p._GetBuildingByName(name) | ||
local resources = p._ResourcesData() | local resources = p._ResourcesData() |
edits