Anonymous

Module:Sandbox/GauTest/Township: Difference between revisions

From Melvor Idle
no edit summary
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(name)
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()
572

edits