Module:Abilities/card: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m Ensure nil becomes empty string when retrieving attribute icon data |
Tag: Undo |
||
| Line 384: | Line 384: | ||
local color = 'Grey' | local color = 'Grey' | ||
if mappedAttr then | if mappedAttr then | ||
img = mappedAttr. | img = mappedAttr.img | ||
link = mappedAttr. | link = mappedAttr.link | ||
size = mappedAttr. | size = mappedAttr.size | ||
color = mappedAttr.color or color | color = mappedAttr.color or color | ||
end | end | ||