Woogachaka / DeckFactoryTool

For rapid prototyping of decks in Tabletop Simulator
GNU General Public License v3.0
0 stars 1 forks source link

Create Meld-Card Handler #17

Closed Woogachaka closed 4 years ago

Woogachaka commented 4 years ago

Create a function for appropriately handling a meld card found in the deck manifest.

It should 1. note that we have a meld card, 2. search for the other half of that meld card. 3. If it finds the other half, see about adding the meld result to extras. Then check the meld result for any appropriate extras.

Woogachaka commented 4 years ago

With the merging of the HandleMeld branch, I believe this is now done.