Skip to content

Commit

Permalink
Update Tower Stone Fix conditions (#2898)
Browse files Browse the repository at this point in the history
Update/add conditions if using Just Knock - Simply Knock Dynamic Activation Key patch which includes the Tower Stone Fix.
  • Loading branch information
loicreynier authored Feb 18, 2024
1 parent 29921d3 commit 2accb07
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9694,7 +9694,7 @@ plugins:
msg:
- <<: *alsoUseX
subs: [ '[Simply Knock - Tower Stone Fix](https://www.nexusmods.com/skyrimspecialedition/mods/41590/)' ]
condition: 'not active("Simply Knock - Tower Stone Fix.esp")'
condition: 'not active("Simply Knock - Tower Stone Fix.esp") and not active("Simply DAK Knock Peek.esp")'
- <<: *patchUpdateAvailable
type: error
subs: [ '[Simply Knock SKSE64 DLL](https://www.nexusmods.com/skyrimspecialedition/mods/24297/) **OR** [Simply Knock DLL for AE](https://www.nexusmods.com/skyrimspecialedition/mods/77283/)' ]
Expand Down Expand Up @@ -27437,6 +27437,9 @@ plugins:
- name: 'Andromeda - Simply Knock Patch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38508/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Just Knock - Simply Knock Dynamic Activation Key patch' ]
condition: 'file("DAK Knock - Andromeda Tower Stone.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Simply Knock - Tower Stone Fix' ]
condition: 'file("Simply Knock - Tower Stone Fix.esp")'
Expand Down Expand Up @@ -28521,6 +28524,9 @@ plugins:
- name: 'trawzifiedsSimplyKnockWintersunPatch.esp'
url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/38137/' ]
msg:
- <<: *alreadyInOrFixedByX
subs: [ 'Just Knock - Simply Knock Dynamic Activation Key patch' ]
condition: 'file("Simply DAK Knock Peek.esp")'
- <<: *alreadyInOrFixedByX
subs: [ 'Simply Knock - Tower Stone Fix' ]
condition: 'file("Simply Knock - Tower Stone Fix.esp")'
Expand Down

0 comments on commit 2accb07

Please sign in to comment.