Fix: Rollout should hit 5 times, not 6

This commit is contained in:
JappaWakka 2025-05-30 11:31:02 +02:00
parent 378e3f38dc
commit 53598b94d1

View File

@ -87,7 +87,7 @@ Namespace BattleSystem.Moves.Rock
rollout = BattleScreen.FieldEffects.OppRolloutCounter
End If
If rollout = 5 Then
If rollout = 4 Then
If own = True Then
BattleScreen.FieldEffects.OwnRolloutCounter = 0
Else