Module:SkillTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 46: Line 46:
         local mod_subpage = ''
         local mod_subpage = ''
         local cube = ''
         local cube = ''
        local is_art = false


         -- Locked skills
         -- Locked skills
Line 67: Line 66:
                 args = {cube_arg}
                 args = {cube_arg}
             }
             }
        end
       
        -- Secret Art
        if (string.find(image, '\\') or string.find(name, '\\')) then
            is_art = true;
         end
         end