From 23203946938aa2d8a89390bea547ba9f784015a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Tue, 17 Aug 2021 23:47:47 -0700 Subject: [PATCH] minor typo --- MWSE/mods/celediel/ASinkingFeeling/mcm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/ASinkingFeeling/mcm.lua b/MWSE/mods/celediel/ASinkingFeeling/mcm.lua index 1c01146..acd75da 100644 --- a/MWSE/mods/celediel/ASinkingFeeling/mcm.lua +++ b/MWSE/mods/celediel/ASinkingFeeling/mcm.lua @@ -70,7 +70,7 @@ category:createDropdown({ 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.", options = { - { label = "Original Formula)", value = false }, + { label = "Original Formula", value = false }, { label = "Necro Edit", value = true } }, variable = createTableVar("caseScenarioNecroMode")