Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
return 'None' |
return 'None' |
||
else |
else |
||
return '[[File:'..attack_style..'.png|18px|link='..attack_style..']] [['..attack_style..']]' |
return '[[File:'..attack_style..'_damage_icon.png|18px|link='..attack_style..']] [['..attack_style..']]' |
||
end |
end |
||
end |
end |