Module:Traits: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 40: Line 40:
     -- Extra effects
     -- Extra effects
     local counts = {}
     local counts = {}
    local desc_arg = nil;
     local header_data = {
     local header_data = {
         [1] = {},
         [1] = {},
Line 45: Line 46:
     }
     }
     for i = 1, 2, 1 do
     for i = 1, 2, 1 do
        local desc_arg = nil;
         if (i == 1) then
         if (i == 1) then
             desc_arg = args[6]
             desc_arg = args[6]