4,951
edits
Falterfire (talk | contribs) (Initial implementation of the automatic equipment table) |
Falterfire (talk | contribs) (Fixed thing with p.getEquipmentTable) |
||
Line 332: | Line 332: | ||
function p.getEquipmentTable(frame) | function p.getEquipmentTable(frame) | ||
local args = frame.args ~= nil and frame.args | local args = frame.args ~= nil and frame.args or frame | ||
local type = args.type | local type = args.type | ||
local tier = args.tier | local tier = args.tier |