mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix: Rollout should hit 5 times, not 6
This commit is contained in:
parent
378e3f38dc
commit
53598b94d1
@ -87,7 +87,7 @@ Namespace BattleSystem.Moves.Rock
|
|||||||
rollout = BattleScreen.FieldEffects.OppRolloutCounter
|
rollout = BattleScreen.FieldEffects.OppRolloutCounter
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If rollout = 5 Then
|
If rollout = 4 Then
|
||||||
If own = True Then
|
If own = True Then
|
||||||
BattleScreen.FieldEffects.OwnRolloutCounter = 0
|
BattleScreen.FieldEffects.OwnRolloutCounter = 0
|
||||||
Else
|
Else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user