Fixed fishing/Rock Smash/Headbutt being able to cause double wild battles

This commit is contained in:
Maruno17
2022-05-01 01:08:33 +01:00
parent 140ba4c622
commit 1b551b30f4
3 changed files with 5 additions and 5 deletions

View File

@@ -877,7 +877,7 @@ def pbSweetScent
viewport.dispose
enctype = $PokemonEncounters.encounter_type
if !enctype || !$PokemonEncounters.encounter_possible_here? ||
!pbEncounter(enctype)
!pbEncounter(enctype, false)
pbMessage(_INTL("There appears to be nothing here..."))
end
end