Module:Magic: Difference between revisions

let's see if this breaks things
(Update for v1.0.3)
(let's see if this breaks things)
Line 325: Line 325:
function p.getSpellTypeLink(type)
function p.getSpellTypeLink(type)
if type == 'Spells' then
if type == 'Spells' then
return Icons.Icon({'Magic', 'Standard', img='Standard', type='spellType'})
return Icons.Icon({'Magic#Standard Magic', 'Standard', img='Standard', type='spellType'})
elseif type == 'Curses' then
elseif type == 'Curses' then
return Icons.Icon({'Curses', 'Curse', img='Curse', type='spellType'})
return Icons.Icon({'Curses', 'Curse', img='Curse', type='spellType'})