mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
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
|
// 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"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue