Skip to content

Commit

Permalink
[Sonic Frontiers] Rail Dash: include drop dash state
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Oct 13, 2024
1 parent ebd49f5 commit 3ab4d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Sonic Frontiers/Gameplay/Skills/Rail Dash.hmm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Notes;
_isDashCharged = out_pStateRecoveryJump->IsDropDashCharge;
IncrementChargeCountByTime();
}
else if (state is Sonic.StateID.StateSpinBoost or Sonic.StateID.StateSpinBoostCharge)
else if (state is Sonic.StateID.StateSpinBoost or Sonic.StateID.StateSpinBoostCharge or Sonic.StateID.StateDropDash)
{
_isDashCharged = true;

Expand Down

0 comments on commit 3ab4d29

Please sign in to comment.