smeea / vdb

VTES cards search & deck building & twda search web application
MIT License
20 stars 10 forks source link

Draw cards modal: allow to draw from crypt when uncontrolled region is empty #6

Closed lionel-panhaleux closed 3 years ago

lionel-panhaleux commented 3 years ago

Right now you can draw from crypt as long as you have a card in the uncontrolled region:

Screenshot 2021-03-18 at 09 31 45 Screenshot 2021-03-18 at 09 32 04

But if you put the last uncontrolled vampire in play, you cannot draw from crypt anymore:

Screenshot 2021-03-18 at 09 32 31

You get a "not enough crypt cards to draw", even though there are 41 cards left in crypt.

smeea commented 3 years ago

Fixed in 3f8aaf1 (will be introduced to vdb.smeea.casa during next weekend update).