diff --git a/oracle/src/oracleimporter.cpp b/oracle/src/oracleimporter.cpp index 80b7382f1..bace63508 100644 --- a/oracle/src/oracleimporter.cpp +++ b/oracle/src/oracleimporter.cpp @@ -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);