Module:Traits: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 29: Line 29:
     end
     end
     if e1 ~= nil then
     if e1 ~= nil then
         effects[1] = split(args.e1)
         effects[1] = split(e1)
     end
     end
     if e2 ~= nil then
     if e2 ~= nil then
         effects[2] = split(args.e2)
         effects[2] = split(e2)
     end
     end