mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
cleanup
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user