mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Update oracle/src/oracleimporter.cpp
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
parent
9fce4db025
commit
6a33511f12
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ FormatRulesNameMap OracleImporter::createDefaultMagicFormats()
|
||||||
CardCondition superTypeIsBasic;
|
CardCondition superTypeIsBasic;
|
||||||
superTypeIsBasic.field = "type";
|
superTypeIsBasic.field = "type";
|
||||||
superTypeIsBasic.matchType = "regex";
|
superTypeIsBasic.matchType = "regex";
|
||||||
superTypeIsBasic.value = "^Basic(?:\\s+Snow)?\\s+Land";
|
superTypeIsBasic.value = "\bBasic\b[^—]+\bLand\b";
|
||||||
|
|
||||||
ExceptionRule basicLands;
|
ExceptionRule basicLands;
|
||||||
basicLands.conditions.append(superTypeIsBasic);
|
basicLands.conditions.append(superTypeIsBasic);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue