mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -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;
|
||||
superTypeIsBasic.field = "type";
|
||||
superTypeIsBasic.matchType = "regex";
|
||||
superTypeIsBasic.value = "^Basic(?:\\s+Snow)?\\s+Land";
|
||||
superTypeIsBasic.value = "\bBasic\b[^—]+\bLand\b";
|
||||
|
||||
ExceptionRule basicLands;
|
||||
basicLands.conditions.append(superTypeIsBasic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue