Skip to content

Commit 370a8e6

Browse files
authored
Fix Plague Bearer default config not appyling (#8810)
1 parent f3b1ae5 commit 370a8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ return {
472472
modList:NewMod("Multiplier:MomentumStacksRemoved", "BASE", val, "Config")
473473
end },
474474
{ label = "Plague Bearer:", ifSkill = "Plague Bearer"},
475-
{ var = "plagueBearerState", type = "list", label = "State:", ifSkill = "Plague Bearer", list = {{val="INC",label="Incubating"},{val="INF",label="Infecting"}}, apply = function(val, modList, enemyModList)
475+
{ var = "plagueBearerState", type = "list", label = "State:", defaultIndex = 1, ifSkill = "Plague Bearer", list = {{val="INC",label="Incubating"},{val="INF",label="Infecting"}}, apply = function(val, modList, enemyModList)
476476
if val == "INC" then
477477
modList:NewMod("Condition:PlagueBearerIncubating", "FLAG", true, "Config")
478478
elseif val == "INF" then

0 commit comments

Comments
 (0)