Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
- Fix file slashes in conditions.
  • Loading branch information
MacSplody committed Apr 15, 2024
1 parent dd57071 commit 587e57c
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 @@ -1340,7 +1340,7 @@ plugins:
condition: 'file("STAR TTW 2.esp")'
- <<: *requiresResources
subs: [ '[aMidianBorn NV Book Of Water](https://www.nexusmods.com/newvegas/mods/39873/)' ]
condition: 'not file("meshes\armor\advancedpowerarmor\adpowerarmor.nif")'
condition: 'not file("meshes/armor/advancedpowerarmor/adpowerarmor.nif")'

- name: 'Classic Combat Armor Replacer Redux FNV.esp'
url: [ 'https://www.nexusmods.com/newvegas/mods/77658/' ]
Expand Down Expand Up @@ -3362,7 +3362,7 @@ plugins:
msg:
- <<: *requiresResources
subs: [ 'Fallout 3' ]
condition: 'not file("sound\fx\wpn\rifleassault\wpn_rifleassault_fire_lp.wav")'
condition: 'not file("sound/fx/wpn/rifleassault/wpn_rifleassault_fire_lp.wav")'
tag: [ Sound ]

- name: 'Ghost Variants( Safe| Adjutant)?\.esp'
Expand Down

0 comments on commit 587e57c

Please sign in to comment.