Skip to content

Commit 178e3c0

Browse files
committed
Fix conditions
1 parent 5f93e04 commit 178e3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

masterlist.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3640,12 +3640,12 @@ plugins:
36403640
msg:
36413641
- <<: *alsoUseX
36423642
subs: [ '[Titans of The New West 2.0](https://www.nexusmods.com/newvegas/mods/78688/)' ]
3643-
condition: 'not active("Titans of The New West.esp") or not file("STAR TTW 2.esp")'
3643+
condition: 'not active("Titans of The New West.esp") and not file("STAR TTW 2.esp")'
36443644
- <<: *deletePlugin
36453645
subs: [ 'STAR TTW 2.esp' ]
36463646
condition: 'file("STAR TTW 2.esp")'
36473647
- <<: *requires_xNVSE
3648-
condition: 'file("config/Odyssey Armors Config.ini")'
3648+
condition: 'version("../nvse_1_4.dll", "0.6.0.0", <) and file("config/Odyssey Armors Config.ini")'
36493649
tag:
36503650
- name: 'Invent.Add'
36513651
condition: 'file("config/Odyssey Armors Config.ini")'

0 commit comments

Comments
 (0)