tokens
cant buy and/or add tokens in deck editor and shop... also adjust filter menu
This commit is contained in:
@@ -235,6 +235,7 @@ void GameStateDeckViewer::End()
|
||||
void GameStateDeckViewer::addRemove(MTGCard * card)
|
||||
{
|
||||
if (!card) return;
|
||||
if ((card->getRarity() == Constants::RARITY_T) || (card->getId() < 1)) return;
|
||||
if (mView->deck()->Remove(card, 1, (mView->deck() == myDeck)))
|
||||
{
|
||||
if (mView->deck() == myCollection)
|
||||
|
||||
Reference in New Issue
Block a user