fix 4679 (#4680)
This commit is contained in:
parent
235adbbdf1
commit
90f187e885
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ CardInfoPtr OracleImporter::addCard(QString name,
|
|||
// DETECT CARD POSITIONING INFO
|
||||
|
||||
// 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 unless"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue