muffin v7.5.13
This commit is contained in:
parent
911ed68baa
commit
acf3e3cb18
69 changed files with 2731 additions and 1425 deletions
|
|
@ -317,6 +317,13 @@ internal sealed class SinglePlayerDutyConfigComponent : ConfigComponent
|
|||
}
|
||||
using (ImRaii.Disabled(!value))
|
||||
{
|
||||
ImGui.Spacing();
|
||||
bool value2 = base.Configuration.SinglePlayerDuties.EnableBossModAi;
|
||||
if (UiThemeUtils.WrappedCheckbox("Activate BossMod AI during quest battles", ref value2, "When disabled, Questionable still loads its BossMod preset for combat, but does not issue the /vbmai on or /bmrai on command for autonomous movement and targeting."))
|
||||
{
|
||||
base.Configuration.SinglePlayerDuties.EnableBossModAi = value2;
|
||||
Save();
|
||||
}
|
||||
ImGui.Spacing();
|
||||
int currentItem = (int)base.Configuration.SinglePlayerDuties.RetryDifficulty;
|
||||
ImGui.SetNextItemWidth(MathF.Min(ImGui.GetContentRegionAvail().X * 0.4f, 260f));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue