Skip to content

Commit 34bf116

Browse files
committed
Add &changeUnsupported
1 parent ea869ab commit 34bf116

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

masterlist.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ prelude:
213213

214214
# Cleaning Data Anchors
215215
# Global Anchors
216+
- &changeUnsupported
217+
type: say
218+
content: 'Changing the type of an existing plugin isn''t supported. Additional details are provided [here]({0}).'
219+
subs: [ 'https://loot.github.io/docs/help/Changing-Plugin-Types-In-Starfield.html' ]
220+
216221
- &filenameExtension
217222
type: error
218223
content: '{0} does not support the usage of **{1}** plugins ingame, but your load order contains such plugins. In order to avoid irreversible damage to your game, it is recommended to not use **{1}** plugins.'
@@ -249,6 +254,9 @@ common:
249254
bash_tags: []
250255

251256
globals:
257+
# Unsupported Plugin type change
258+
- *changeUnsupported
259+
252260
# Filename extension .esp
253261
- <<: *filenameExtension
254262
subs:

0 commit comments

Comments
 (0)