MCM wording
This commit is contained in:
parent
551bcfeba7
commit
1d6684b57d
|
@ -90,7 +90,7 @@ category:createDropdown({
|
||||||
})
|
})
|
||||||
|
|
||||||
category:createYesNoButton({
|
category:createYesNoButton({
|
||||||
label = "Keep Caravaners, their Silt Striders, and Argonians enabled in inclement weather?",
|
label = "Keep Caravaners, their Silt Striders, and configured races/classes enabled in inclement weather?",
|
||||||
variable = createTableVar("keepBadWeatherNPCs")
|
variable = createTableVar("keepBadWeatherNPCs")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -198,7 +198,8 @@ template:createExclusionsPage({
|
||||||
template:createExclusionsPage({
|
template:createExclusionsPage({
|
||||||
label = "Inclement Weather Classes/Races",
|
label = "Inclement Weather Classes/Races",
|
||||||
description = "Classes and races on this list will not be disabled or moved during configured inclement weather." ..
|
description = "Classes and races on this list will not be disabled or moved during configured inclement weather." ..
|
||||||
"All NPCs that offer travel services are ignored during inclement weather regardless of race or class.",
|
"All NPCs that offer travel services are ignored during inclement weather regardless of race or class, "..
|
||||||
|
"if configured to do so.",
|
||||||
showAllBlocked = false,
|
showAllBlocked = false,
|
||||||
variable = createTableVar("badWeatherClassRace"),
|
variable = createTableVar("badWeatherClassRace"),
|
||||||
filters = {
|
filters = {
|
||||||
|
|
Loading…
Reference in a new issue