mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes crash when sending bait in safari zone
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -150,7 +150,7 @@ class ThrowBaitAnimation < PokeBattle_Animation
|
|||||||
# Show Pokémon jumping before eating the bait
|
# Show Pokémon jumping before eating the bait
|
||||||
delay = ball.totalDuration+3
|
delay = ball.totalDuration+3
|
||||||
2.times do
|
2.times do
|
||||||
battler.setSE(delay,"player jump")
|
battler.setSE(delay,"Player jump")
|
||||||
battler.moveDelta(delay,3,0,-16)
|
battler.moveDelta(delay,3,0,-16)
|
||||||
battler.moveDelta(delay+4,3,0,16)
|
battler.moveDelta(delay+4,3,0,16)
|
||||||
delay = battler.totalDuration+1
|
delay = battler.totalDuration+1
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user