Cardshifter / HTML-Client

HTML/CSS/JS-based client for Cardshifter
http://cardshifter.zomis.net
Apache License 2.0
13 stars 5 forks source link

Show all the cards in CardList / DeckBuilder #154

Open Zomis opened 6 years ago

Zomis commented 6 years ago

Currently the CardList is only showing the cards you can actually put in your deck, it would be good to also show the cards that can only be summoned (like Upgrado Mk II) for example

Phrancis commented 6 years ago

AFAIK, when the game server starts deck building phase, it doesn't send the "unchoosable" cards at all, I've never noticed them in the server messages, I think they only get sent when triggered through game rules, so if we do this it may require changes on server side.

Zomis commented 6 years ago

That's correct. Indeed they are not sent by the server at the moment.