mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-24 07:16:00 +00:00
Fixed fishing/Rock Smash/Headbutt being able to cause double wild battles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user