Sebaestschjin / gloomhaven-campaign-manager

Simplify the management of your Gloomhaven campaign progress in Tabletop Simulator.
MIT License
7 stars 5 forks source link

Loading too many events sometimes changes the card order #56

Closed Sebaestschjin closed 4 years ago

Sebaestschjin commented 4 years ago

It seems like loading too many events at once sometimes doesn't guarantee the correct card order (e.g. compare the all_events. This is probably due to the fact of how cards are added to the event deck. When falling down the cards might sometimes form smaller decks first before they are added to the main deck. It might be better to use putObject directly. Could probably be done easily using the new DeckUtil.wrapAt function.