Module:Sandbox/User:Jakesterwars/Set effects
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Sandbox/User:Jakesterwars/Set effects/doc
local p = {}
function p.main(frame)
local args = frame:getParent().args
mw.logObject(args)
return args['Enchanted Jeweler']
end
return p