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

Commit

Permalink
fix: add an invincible status.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 22, 2023
1 parent 507135b commit 8269d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RotationSolver.Basic/Data/StatusID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,6 @@ public enum StatusID : ushort
Oblation = 2682,

TheBlackestNight = 1178,

VortexBarrier = 3012,
}
1 change: 1 addition & 0 deletions RotationSolver.Basic/Helpers/StatusHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private static IEnumerable<Status> GetAllStatus(this BattleChara obj, bool isFro
{
StatusID.StoneSkin,
StatusID.IceSpikesInvincible,
StatusID.VortexBarrier,
};

public static bool IsInvincible(this Status status)
Expand Down

0 comments on commit 8269d91

Please sign in to comment.