Jeswang / Hearthstone-Deck-Tracker-Mac

A Deck Tracker for Mac OS X.
205 stars 30 forks source link

Please add editing features to Deck tracker.(For mulligan issue) #30

Open RobertsOz opened 8 years ago

RobertsOz commented 8 years ago

The mulligan cards are never registered on the deck display window so would it be possible to add a +1 or -1 card to the deck display window. Basically I could scroll over the card that says i have 3 cards of whatever and left click to -1 or right click to +1.

jeremydlawrence commented 8 years ago

Fixing the mulligan issue would be preferable to adding a new feature.

jeremydlawrence commented 8 years ago

I've created a pull request to fix the mulligan issue. Cards were being decremented properly from the deck but the log event that was triggering game start (and list reset) happened after the mulligan stage started. Perhaps the hearthstone logs changed timing of events in a recent update. I picked a new event to trigger the game start (and list reset) functionality that occurs before the mulligan stage.

Jeswang commented 8 years ago

@jeremydlawrence Thank you!