Add comment to spawn method for argument clarity

This commit is contained in:
Buhallin 2022-11-12 16:43:07 -08:00
parent 959a11e3d7
commit dea999e0a6
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -423,7 +423,7 @@ function loadCards(slots, investigatorId, playerColor, commandManager, configura
zoneCards,
deckPos,
Zones.getDefaultCardRotation(playerColor, zone),
true,
true, -- Sort deck
spreadCallback)
coroutine.yield(0)