Skip to content

Commit

Permalink
Fix conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSplody committed Apr 15, 2024
1 parent 5f93e04 commit 178e3c0
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 @@ -3640,12 +3640,12 @@ plugins:
msg:
- <<: *alsoUseX
subs: [ '[Titans of The New West 2.0](https://www.nexusmods.com/newvegas/mods/78688/)' ]
condition: 'not active("Titans of The New West.esp") or not file("STAR TTW 2.esp")'
condition: 'not active("Titans of The New West.esp") and not file("STAR TTW 2.esp")'
- <<: *deletePlugin
subs: [ 'STAR TTW 2.esp' ]
condition: 'file("STAR TTW 2.esp")'
- <<: *requires_xNVSE
condition: 'file("config/Odyssey Armors Config.ini")'
condition: 'version("../nvse_1_4.dll", "0.6.0.0", <) and file("config/Odyssey Armors Config.ini")'
tag:
- name: 'Invent.Add'
condition: 'file("config/Odyssey Armors Config.ini")'
Expand Down

0 comments on commit 178e3c0

Please sign in to comment.