mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed F9 skipping a turn in Safari battles, fixed Gym Leader attempts stat not working
This commit is contained in:
@@ -480,6 +480,8 @@ class SafariBattle
|
||||
pbSEPlay("Battle flee")
|
||||
pbDisplayPaused(_INTL("You got away safely!"))
|
||||
@decision = 3
|
||||
else
|
||||
next
|
||||
end
|
||||
catchFactor = [[catchFactor, 3].max, 20].min
|
||||
escapeFactor = [[escapeFactor, 2].max, 20].min
|
||||
|
||||
Reference in New Issue
Block a user