diff --git a/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt b/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt index 92dccd1e..0e4a06d9 100644 --- a/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt +++ b/src/XenobladeChroniclesX/Workarounds/Brightness/rules.txt @@ -68,7 +68,7 @@ $isCustom:int = 1 [Preset] name = 70% less exposure category = Exposure and brightness fix -condition = $custom == 1 +condition = $isCustom == 1 $exposure:float = 0.32 [Preset] diff --git a/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt b/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt index 8fed68be..ee807773 100644 --- a/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt +++ b/src/XenobladeChroniclesX/Workarounds/BrightnessOLD/rules.txt @@ -110,7 +110,7 @@ $crushContrast = 0.75 [Preset] name = 70% less exposure (AMD) category = Exposure -condition = $custom == 1 +condition = $isCustom == 1 $exposure = 0.32 [Preset]