resolve merge conflict (again!!)

This commit is contained in:
Chr1Z93 2022-12-06 11:34:49 +01:00
parent c84e8a2101
commit 5b0cdf942d

View File

@ -388,11 +388,11 @@ function loadCards(slots, investigatorId, customizations, playerColor, commandMa
spreadCallback = function(deck) deck.spread(spreadDistance) end
end
Spawner.spawnCards(
zoneCards,
deckPos,
Zones.getDefaultCardRotation(playerColor, zone),
true, -- Sort deck
callback)
zoneCards,
deckPos,
Zones.getDefaultCardRotation(playerColor, zone),
true, -- Sort deck
callback)
coroutine.yield(0)
end