Fix attribute name for matColor in actualEncounterCardDraw
This commit is contained in:
parent
0331bd861b
commit
72e833a99e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user