Module:Sandbox/Skills: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 56: Line 56:
local ns, localSkillID = GameData.getLocalID(skillID)
local ns, localSkillID = GameData.getLocalID(skillID)
if localSkillID == 'Agility' then
if localSkillID == 'Agility' then
if recipe.level ~= nil then
if recipe.category ~= nil then
-- Obstacle
-- Obstacle
return recipe.level
return recipe.level
463

edits