Module:ItemData/nav: Difference between revisionsGive feedback
m use item data instead of hero data (whoops) |
m concat card to ret earlier |
||
| Line 27: | Line 27: | ||
if slot == slot_ and cost>=min_souls and cost<max_souls then | if slot == slot_ and cost>=min_souls and cost<max_souls then | ||
card = '{{ItemIcon|' .. lang_module.get_string(item_key) .. '}}' | card = '{{ItemIcon|' .. lang_module.get_string(item_key) .. '}}' | ||
ret = ret .. card .. ' • ' | |||
end | end | ||
end | end | ||
end | end | ||