Module:Abilities/card: Difference between revisions

m Ensure nil becomes empty string when retrieving attribute icon data
m Undo revision 17917 by Saag (talk)
Tag: Undo
Line 384: Line 384:
local color = 'Grey'
local color = 'Grey'
if mappedAttr then
if mappedAttr then
img = mappedAttr.img or img
img = mappedAttr.img
link = mappedAttr.link or link
link = mappedAttr.link
size = mappedAttr.size or size
size = mappedAttr.size
color = mappedAttr.color or color
color = mappedAttr.color or color
end
end