Skip to content

Commit

Permalink
Update patchIncluded messages [R]
Browse files Browse the repository at this point in the history
  * Correct conditions with multiple patches in condition.
  * Introduced in # 1647 & # 2267. [R]
  • Loading branch information
sibir-ine committed Jul 15, 2024
1 parent 75f6b57 commit c0eaada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29585,7 +29585,7 @@ plugins:
condition: 'active("Cutting Room Floor.esp") and not active("UltimateCollege_CRF_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Diversity - A Character Overhaul' ]
condition: 'active("Diversity - A Character Overhaul.esp") and (not active("UltimateCollege_Diversity_Patch.esp") or not active("UltimateCollege_Diversity_CRF_VanillaHair.esp"))'
condition: 'active("Diversity - A Character Overhaul.esp") and not active("UltimateCollege_Diversity_(CRF_VanillaHair|Patch)\.esp")'
- <<: *patchIncluded
subs: [ 'Dynamic Firewood Stacks' ]
condition: 'active("Dynamic Firewood Stacks.esp") and not active("UltimateCollege_DynFwS_Patch.esp")'
Expand Down Expand Up @@ -29672,7 +29672,7 @@ plugins:
condition: 'active("Snazzy Furniture and Clutter Overhaul.esp") and not active("UltimateCollege_SFCO_Patch.esp")'
- <<: *patchIncluded
subs: [ 'Solitude and Temple Frescoes' ]
condition: 'active("SolitudeTempleFrescoes.esp") and (not active("UltimateCollege_Frescoes_Patch.esp") or not active("UltimateCollege_Frescoes19ESL_Patch.esp") or not active("UltimateCollege_Frescoes19NLESL_Patch.esp"))'
condition: 'active("SolitudeTempleFrescoes.esp") and not active("UltimateCollege_Frescoes(19(NL)?ESL)?_Patch\.esp")'
- <<: *patchIncluded
subs: [ 'The Tools of Kagrenac' ]
condition: 'active("Tools of Kagrenac.esp") and not active("UltimateCollege_ToK_Patch.esp")'
Expand Down

0 comments on commit c0eaada

Please sign in to comment.