Kamalisk / arkhamdb

147 stars 84 forks source link

[Bug] Underworld Market is "charging" xp when adding level 0 cards to fill the deck slots #571

Open danharel opened 1 year ago

danharel commented 1 year ago

Deck before adding UWM:
image

Deck after adding UWM, before filling empty deck slots:
image

Deck after filling deck with level 0 cards:
image

You'll see that the deck is claiming that 14xp was spent, because it's trying to pay 1xp per card added to the deck. However, filling empty deck slots does not cost any xp (see rules Clarification on Versatile

zzorba commented 1 year ago

Added code to address this bug here: https://github.com/Kamalisk/arkhamdb/pull/555 Thanks for the report.