Skip to content

Commit 9c3c972

Browse files
committed
more conditionals
1 parent 793390f commit 9c3c972

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,28 +94,28 @@
9494
"description": "Only uses your own custom \"New Best\" texts from \"custom.txt\" file.\n\nIf no custom quotes are found, the mod will fall back to the default set of quotes.\n\n<cr>Enabling this setting will override the \"Include Brandon Rogers\" setting if you have written your own custom quotes.</c>",
9595
"type": "bool",
9696
"default": false,
97-
"enable-if": "enabled && changeDeathText"
97+
"enable-if": "enabled && changeDeathText && custom"
9898
},
9999
"default": {
100100
"name": "Default Set of \"New Best\" Texts",
101101
"description": "Includes the default set of \"New Best\" Texts from this mod.",
102102
"type": "bool",
103103
"default": true,
104-
"enable-if": "enabled && changeDeathText"
104+
"enable-if": "enabled && changeDeathText && !customTextsOnly"
105105
},
106106
"brandonRogers": {
107107
"name": "Brandon Rogers (READ!)",
108108
"description": "Includes quotes from YouTube comedian Brandon Rogers.\n<cr>WARNING: Brandon Rogers' humor may not be for everyone, but the quotes have been allowed by Geode's lead developers.</c>\n\n<cr>This is your only warning.</c>",
109109
"type": "bool",
110110
"default": false,
111-
"enable-if": "enabled && changeDeathText"
111+
"enable-if": "enabled && changeDeathText && !customTextsOnly"
112112
},
113113
"snl50": {
114114
"name": "SNL50",
115115
"description": "Includes quotes from Saturday Night Live (one from each season, hopefully).",
116116
"type": "bool",
117117
"default": false,
118-
"enable-if": "enabled && changeDeathText"
118+
"enable-if": "enabled && changeDeathText && !customTextsOnly"
119119
},
120120
"lineWrapping": {
121121
"name": "Linewrapping",

0 commit comments

Comments
 (0)