5
edits
(Fix currency function calls) |
No edit summary |
||
Line 66: | Line 66: | ||
if recipe.category ~= nil then | if recipe.category ~= nil then | ||
-- Obstacle | -- Obstacle | ||
local slot = course.obstacleSlots[recipe.category + 1] | |||
if isAbyssal then | |||
level = slot.abyssalLevel | |||
else | |||
level = slot.level | |||
end | |||
elseif recipe.slot ~= nil then | elseif recipe.slot ~= nil then | ||
-- Pillar | -- Pillar |
edits