pokerogue
pokerogue copied to clipboard
Fix: display every hit result of multi-hit moves
What are the changes:
- Remove the condition that judges whether to display HitResult information.
Why am I making these changes:
- This PR aims to address #1287. After changing, the hit result will be shown even if the opponent's Pokemon faints before the final hit of the multi-hit move.
- Follow the official versions, every hit result for multi-hit moves needs to be displayed correctly and respectively.