Fix attribute name for matColor in actualEncounterCardDraw

This commit is contained in:
Adam Goldsmith 2024-08-09 21:22:11 -04:00
parent 0331bd861b
commit 72e833a99e

View File

@ -180,7 +180,7 @@ end
-- draw the provided card to the requesting playermat
function actualEncounterCardDraw(card, params)
card.deal(1, params.mat.matColor)
card.deal(1, params.matColor)
end
-- gets the discard pile and shuffles it into the encounter deck