Module:Abilities/card: Difference between revisionsGive feedback
m Fixed formatting of attr icon |
m off-by-one |
||
| Line 371: | Line 371: | ||
p.get_attr_icon = function(frame) | p.get_attr_icon = function(frame) | ||
local attr_type = frame.args[ | local attr_type = frame.args[1] | ||
local icon = get_icon(attr_type) | local icon = get_icon(attr_type) | ||