From 5139df94729b215c89591dbd30e0e035095d4d19 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 1 Sep 2025 00:24:55 -0500 Subject: [PATCH] tweak(format): Fix Theatrical Negations --- custom_formats/Better Theatricals.yml | 9 ++------- custom_formats/Theatrical.yml | 5 ----- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/custom_formats/Better Theatricals.yml b/custom_formats/Better Theatricals.yml index b4922cc..28f6960 100644 --- a/custom_formats/Better Theatricals.yml +++ b/custom_formats/Better Theatricals.yml @@ -24,10 +24,10 @@ tags: - Edition conditions: - name: Better Theatricals - type: release_title - required: true negate: false pattern: Better Theatricals + required: true + type: release_title - name: Theatrical negate: false pattern: Theatrical Edition @@ -58,11 +58,6 @@ conditions: pattern: Special Edition required: true type: release_title -- name: Not Theatrical Edition - negate: true - pattern: Theatrical Edition - required: true - type: release_title tests: - conditionResults: - matches: true diff --git a/custom_formats/Theatrical.yml b/custom_formats/Theatrical.yml index 3b415b8..03eb4b1 100644 --- a/custom_formats/Theatrical.yml +++ b/custom_formats/Theatrical.yml @@ -32,13 +32,8 @@ conditions: required: true type: release_title - name: Not Special Edition - type: release_title - required: true negate: true pattern: Special Edition -- name: Not Theatrical Edition - negate: true - pattern: Theatrical Edition required: true type: release_title tests: