From 6a33511f1205e86ef96e7fe15d5a185bed600d22 Mon Sep 17 00:00:00 2001 From: BruebachL <44814898+BruebachL@users.noreply.github.com> Date: Fri, 22 May 2026 21:48:58 +0200 Subject: [PATCH] Update oracle/src/oracleimporter.cpp Co-authored-by: ebbit1q --- oracle/src/oracleimporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);