Module:Cards: Difference between revisions

no edit summary
(tribe-exclusive filter)
No edit summary
Line 54: Line 54:
elseif stat == "price" then
elseif stat == "price" then
return card.Price or ""
return card.Price or ""
elseif stat == "unlock" then
return card.Unlock or ""
elseif stat == "challenge" then
elseif stat == "challenge" then
return card.Challenge or ""
return card.Challenge or ""
else
else
error("Argument Invalid:" .. stat)
error("Argument Invalid:" .. stat) -- why is this necessary
end
end
end
end
1,290

edits