Skip to content

Commit

Permalink
Bump mutagen version, update default flags #1
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 4, 2021
1 parent a5c8409 commit e892853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Another_Archery_Patcher/Another_Archery_Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mutagen.Bethesda" Version="0.31.0" />
<PackageReference Include="Mutagen.Bethesda" Version="0.33.2" />
<PackageReference Include="Mutagen.Bethesda.FormKeys.SkyrimSE" Version="2.1.0" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.19.3" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.20.4" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions Another_Archery_Patcher/settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ public class Settings : StatsPresets
[SettingName("Global Flag Tweaks")] // FLAG TWEAKS
public List<FlagTweak> GlobalFlagTweaks = new()
{
new FlagTweak(Supersonic, Remove),
new FlagTweak(DisableCombatAimCorrection, Add)
new FlagTweak(Supersonic, Remove)
};

[SettingName("Game Settings"), Tooltip("Change the value of archery-related game settings.")] // GAME SETTINGS
Expand Down

0 comments on commit e892853

Please sign in to comment.