minor typo
This commit is contained in:
parent
5fac128932
commit
2320394693
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ category:createDropdown({
|
||||||
label = "Worst or Best Case Scenario All Equipment variety",
|
label = "Worst or Best Case Scenario All Equipment variety",
|
||||||
description = "Chooses which variety of the All Equipment formula is used when Worst or Best Case Scenario is selected.",
|
description = "Chooses which variety of the All Equipment formula is used when Worst or Best Case Scenario is selected.",
|
||||||
options = {
|
options = {
|
||||||
{ label = "Original Formula)", value = false },
|
{ label = "Original Formula", value = false },
|
||||||
{ label = "Necro Edit", value = true }
|
{ label = "Necro Edit", value = true }
|
||||||
},
|
},
|
||||||
variable = createTableVar("caseScenarioNecroMode")
|
variable = createTableVar("caseScenarioNecroMode")
|
||||||
|
|
Loading…
Add table
Reference in a new issue