mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 15:16:15 -08:00
cleanup
This commit is contained in:
@@ -92,8 +92,6 @@ CardInfo *OracleImporter::addCard(QString cardName, const QString &cardCost, con
|
|||||||
colors << "G";
|
colors << "G";
|
||||||
|
|
||||||
bool cipt = (cardText.contains(cardName + " enters the battlefield tapped."));
|
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 = new CardInfo(this, cardName, cardCost, cardType, cardPT, fullCardText, colors, cipt);
|
||||||
card->setPicURL(getURLFromName(cardName));
|
card->setPicURL(getURLFromName(cardName));
|
||||||
|
|||||||
Reference in New Issue
Block a user