mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Workaround for using pokeradar without repel
This commit is contained in:
@@ -37,6 +37,7 @@ class PokemonGlobalMetadata
|
||||
# Affecting the map
|
||||
attr_accessor :bridge
|
||||
attr_accessor :repel
|
||||
attr_accessor :tempRepel
|
||||
attr_accessor :flashUsed
|
||||
attr_accessor :encounter_version
|
||||
# Map transfers
|
||||
@@ -95,6 +96,7 @@ class PokemonGlobalMetadata
|
||||
# Affecting the map
|
||||
@bridge = 0
|
||||
@repel = 0
|
||||
@tempRepel = false
|
||||
@flashused = false
|
||||
@encounter_version = 0
|
||||
# Map transfers
|
||||
|
||||
Reference in New Issue
Block a user