Merge pull request #517 from argonui/deck-importer
Bugfix for DeckImporter
This commit is contained in:
commit
6b0a889724
@ -85,6 +85,9 @@ function loadCards(slots, investigatorId, bondedList, customizations, playerColo
|
|||||||
function coinside()
|
function coinside()
|
||||||
local yPos = {}
|
local yPos = {}
|
||||||
local cardsToSpawn = {}
|
local cardsToSpawn = {}
|
||||||
|
|
||||||
|
-- reset the startsInPlayCount
|
||||||
|
startsInPlayCount = 0
|
||||||
for cardId, cardCount in pairs(slots) do
|
for cardId, cardCount in pairs(slots) do
|
||||||
local card = allCardsBagApi.getCardById(cardId)
|
local card = allCardsBagApi.getCardById(cardId)
|
||||||
if card ~= nil then
|
if card ~= nil then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user