Module:Calculator/AgilityObstacle: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 306: Line 306:
function p.test()
function p.test()
local obs = getObstacle('pipe crawl')
local obs = getObstacle('pipe crawl')
Debug.log(obs)
for bonusName, bonusValue in pairs(obs.Obstacle.modifiers) do
Debug.log(bonusName)
end
--Debug.log(obs)
end
end
return p
return p
918

edits