Module:Abilities/card: Difference between revisions

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[0]
local attr_type = frame.args[1]
local icon = get_icon(attr_type)
local icon = get_icon(attr_type)