Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: superbolide no healing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 9, 2024
1 parent 3695114 commit f230e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net7.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>ArchiTed</Authors>
<Version>4.2.1</Version>
<Version>4.2.1.1</Version>
<PlatformTarget>x64</PlatformTarget>
<Platforms>AnyCPU</Platforms>
<LangVersion>latest</LangVersion>
Expand Down
3 changes: 2 additions & 1 deletion RotationSolver.Basic/Helpers/StatusHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ public static class StatusHelper

internal static StatusID[] TankStanceStatus { get; } =
[
StatusID.Grit, StatusID.RoyalGuard_1833, StatusID.IronWill, StatusID.Defiance
StatusID.Grit, StatusID.RoyalGuard_1833, StatusID.IronWill, StatusID.Defiance,
];

internal static StatusID[] NoNeedHealingStatus { get; } =
[
StatusID.Holmgang_409, StatusID.LivingDead, //StatusID.WalkingDead,
StatusID.Superbolide,
];

internal static StatusID[] SwiftcastStatus { get; } =
Expand Down

0 comments on commit f230e72

Please sign in to comment.