minor typo

This commit is contained in:
Lilian Jónsdóttir 2021-08-17 23:47:47 -07:00
parent 5fac128932
commit 2320394693

View file

@ -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")