Fixed F9 skipping a turn in Safari battles, fixed Gym Leader attempts stat not working

This commit is contained in:
Maruno17
2022-05-19 22:24:40 +01:00
parent 47ad801645
commit f5ee3b9c9f
2 changed files with 4 additions and 1 deletions

View File

@@ -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