From 178e3c016cce0dd3a425a20b3ab0103761f62bd7 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:35:03 +0100 Subject: [PATCH] Fix conditions --- masterlist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 490a88c..5266080 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -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")'