4,951
edits
Falterfire (talk | contribs) (let's see if this breaks things) |
Falterfire (talk | contribs) (Okay for real this should be a fix for standard magic spell linking) |
||
Line 325: | Line 325: | ||
function p.getSpellTypeLink(type) | function p.getSpellTypeLink(type) | ||
if type == 'Spells' then | if type == 'Spells' then | ||
return Icons.Icon({' | return Icons.Icon({'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'}) |