Skip to content

Commit

Permalink
[PUSH] NIN fix & BLM update
Browse files Browse the repository at this point in the history
thanks @lhn1703 for the quick BLM update
  • Loading branch information
MKhayle committed Jul 17, 2024
1 parent 280cae0 commit d71a159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions XIVComboExpanded/Combos/NIN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public const byte
EnhancedKassatsu = 76,
Bunshin = 80,
PhantomKamaitachi = 82,
Raiju = 90;
Raiju = 90,
KunaisBane = 92;
}
}

Expand Down Expand Up @@ -198,7 +199,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
{
if ((level >= NIN.Levels.Hide && HasEffect(NIN.Buffs.Hidden)) ||
(level >= NIN.Levels.Suiton && HasEffect(NIN.Buffs.ShadowWalker)))
return NIN.TrickAttack;
return OriginalHook(NIN.TrickAttack);
}

return actionID;
Expand Down
2 changes: 1 addition & 1 deletion XIVComboExpanded/XIVComboExpanded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>attick, daemitus, Khayle</Authors>
<Company>-</Company>
<Version>1.5.1.6</Version>
<Version>1.5.1.7</Version>
<Description>This plugin condenses combos and mutually exclusive abilities onto a single button.</Description>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
<PackageProjectUrl>https://github.com/daemitus/XIVComboPlugin</PackageProjectUrl>
Expand Down

0 comments on commit d71a159

Please sign in to comment.