Module:CalculatedStats: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
function p.smt1(frame)
function p.smt1(frame)
local args = getArgs(frame)
local args = getArgs(frame)
if string.lower(args["platform"]) == "mcd" then
if args["platform"] then
return p.smt1mcd(frame)
if string.lower(args["platform"]) == "mcd" then
return p.smt1mcd(frame)
end
end
end
local level = args[1] --Level
local level = args[1] --Level