mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
cleanup
This commit is contained in:
parent
929f4f9b4d
commit
7bf3ff1ff4
|
|
@ -92,8 +92,6 @@ CardInfo *OracleImporter::addCard(QString cardName, const QString &cardCost, con
|
|||
colors << "G";
|
||||
|
||||
bool cipt = (cardText.contains(cardName + " enters the battlefield tapped."));
|
||||
if (cipt)
|
||||
qDebug() << cardName;
|
||||
|
||||
card = new CardInfo(this, cardName, cardCost, cardType, cardPT, fullCardText, colors, cipt);
|
||||
card->setPicURL(getURLFromName(cardName));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user