ElEditors, Administrators
71,180
edits
(Bot: Automated import of articles *** existing text overwritten ***) |
(Bot: Automated import of articles *** existing text overwritten ***) |
||
Line 58: | Line 58: | ||
dmg = 500, 700, 800 (string) -> dmg = { 500, 700, 800 } (table) | dmg = 500, 700, 800 (string) -> dmg = { 500, 700, 800 } (table) | ||
--]] | --]] | ||
for k, v in | for k, v in ipairs(args) do | ||
-- We don't want passives that contain a comma in their names to be included in this. | -- We don't want passives that contain a comma in their names to be included in this. | ||
if not string.find(k, 'passive') and not string.find(k, 'combine') then | if not string.find(k, 'passive') and not string.find(k, 'combine') then |