4,951
edits
Falterfire (talk | contribs) (adding some quick attempts at garbage collection to see if that does anything to the number) |
Falterfire (talk | contribs) (Added doNothing function to test somet hings) |
||
Line 18: | Line 18: | ||
None = {}, | None = {}, | ||
} | } | ||
function p.doNothing() | |||
return "This did nothing!" | |||
end | |||
function p._getEquipmentTable(itemList, includeModifiers, includeDescription) | function p._getEquipmentTable(itemList, includeModifiers, includeDescription) |