Module:Monsters: Difference between revisions

fixed icon not working properly
(Showing only one AR for Bnae)
(fixed icon not working properly)
Line 98: Line 98:
iconText = Icons.Icon({'Magic', type='skill', notext=notext, nolink=nolink})
iconText = Icons.Icon({'Magic', type='skill', notext=notext, nolink=nolink})
elseif monster.attackType == 'random' then
elseif monster.attackType == 'random' then
iconText = Icons.Icon({'Bane', 'Bane', nolink=true, img='Question'})
iconText = Icons.Icon({'Bane', notext=true, nolink=true, img='Question'})
end
end