Whebon / dale-of-merchants

Board Game Arena adaptation of Dale Of Merchants
Other
2 stars 0 forks source link

Interaction: nostalgic item + chameleons #33

Closed Whebon closed 1 month ago

Whebon commented 2 months ago

Grabbing a chameleon card from discard pile has some issues.

Issue 1)

  1. select a nostalgic item from hand
  2. select a chameleon from discard pile
  3. bind the chameleon
  4. deselect the nostalgic item from hand 4a. this decreases the selectionMax to 0 4b. this deselects the chameleon card from discard pile. (TODO: unbind all local chameleon cards in the pile) selecting the chameleon from discard again introduces buggy behavior

Issue 2)

  1. select a nostalgic item from hand
  2. select a chameleon from discard pile
  3. bind the chameleon
  4. deselect the chameleon the chameleon unbinds correctly, but the UI is not updated (TODO: refresh the UI of the deselected card)
Whebon commented 2 months ago

Issue 1) The chameleon card still has a local binding. It should automatically unbind when the selectionMax decreases

Whebon commented 1 month ago

Update: local chameleons don't unbind on unselect anymore