Merge pull request #675 from argonui/encounter-card

Flipped left- and right-click behaviour for encounter card drawing
This commit is contained in:
BootleggerFinn 2024-05-08 23:51:29 -05:00 committed by GitHub
commit cfee767f16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -951,7 +951,7 @@ function drawChaosTokenButton(_, _, isRightClick)
end
function drawEncounterCard(_, _, isRightClick)
mythosAreaApi.drawEncounterCard(self, isRightClick)
mythosAreaApi.drawEncounterCard(self, not isRightClick)
end
function returnGlobalDiscardPosition()