Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonomov committed Dec 17, 2024
1 parent 26f2a0c commit 4af547f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,6 @@ bool DoRangeAttack(Player &player)
arrows = 1;
}

if (HasAnyOf(player._pIFlags, ItemSpecialEffect::MultipleArrows) && player.AnimInfo.currentFrame == player._pAFNum + 1) {
arrows = 2;
}

for (int arrow = 0; arrow < arrows; arrow++) {
int xoff = 0;
int yoff = 0;
Expand Down

0 comments on commit 4af547f

Please sign in to comment.