mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 15:15:00 +00:00
update 6.7
This commit is contained in:
@@ -15,7 +15,7 @@ def pbCanUsePokeRadar?
|
||||
# Can't use Radar if not in tall grass
|
||||
terrain = $game_map.terrain_tag($game_player.x, $game_player.y)
|
||||
# if !terrain.land_wild_encounters || !terrain.shows_grass_rustle
|
||||
# pbMessage(_INTL("Can't use that here."))
|
||||
# pbMessage("Can't use that here.")
|
||||
# return false
|
||||
# end
|
||||
if $PokemonEncounters.encounter_type == nil
|
||||
@@ -24,12 +24,12 @@ def pbCanUsePokeRadar?
|
||||
end
|
||||
# Can't use Radar if map has no grass-based encounters (ignoring Bug Contest)
|
||||
# if !$PokemonEncounters.has_normal_land_encounters?
|
||||
# pbMessage(_INTL("Can't use that here."))
|
||||
# pbMessage("Can't use that here.")
|
||||
# return false
|
||||
# end
|
||||
# Can't use Radar while cycling
|
||||
# if $PokemonGlobal.bicycle
|
||||
# pbMessage(_INTL("Can't use that while on a bicycle."))
|
||||
# pbMessage("Can't use that while on a bicycle.")
|
||||
# return false
|
||||
# end
|
||||
# Debug
|
||||
|
||||
Reference in New Issue
Block a user