mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Fixed Sweet Scent not working
This commit is contained in:
@@ -834,7 +834,7 @@ def pbSweetScent
|
||||
end
|
||||
viewport.dispose
|
||||
enctype = $PokemonEncounters.encounter_type
|
||||
if enctype || !$PokemonEncounters.encounter_possible_here? ||
|
||||
if !enctype || !$PokemonEncounters.encounter_possible_here? ||
|
||||
!pbEncounter(enctype)
|
||||
pbMessage(_INTL("There appears to be nothing here..."))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user