This commit is contained in:
ebbit1q 2022-10-02 19:23:35 +02:00 committed by GitHub
parent 235adbbdf1
commit 90f187e885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ CardInfoPtr OracleImporter::addCard(QString name,
// DETECT CARD POSITIONING INFO // DETECT CARD POSITIONING INFO
// cards that enter the field tapped // cards that enter the field tapped
bool cipt = text.contains("Hideaway") || text.contains(" it enters the battlefield tapped") || bool cipt = text.contains(" it enters the battlefield tapped") ||
(text.contains(name + " enters the battlefield tapped") && (text.contains(name + " enters the battlefield tapped") &&
!text.contains(name + " enters the battlefield tapped unless")); !text.contains(name + " enters the battlefield tapped unless"));