mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
Added class GameData::EncounterType
This commit is contained in:
@@ -105,9 +105,9 @@ class BugContestState
|
||||
end
|
||||
end
|
||||
end
|
||||
enctype=EncounterTypes::BugContest
|
||||
enctype = :BugContest
|
||||
if !$PokemonEncounters.map_has_encounter_type?(@contestMap, enctype)
|
||||
enctype=EncounterTypes::Land
|
||||
enctype = :Land
|
||||
end
|
||||
for cont in @contestants
|
||||
enc=$PokemonEncounters.choose_wild_pokemon_for_map(@contestMap,enctype)
|
||||
|
||||
Reference in New Issue
Block a user