mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
More bugfixes (and one Gen 8 addition) (#155)
* Added comment indicating unused method pbRefreshSceneMap * Removed superfluous ending of Beak Blast's effect * Fixed crash when playing an animation in the animation player * Added SwSh Terrain effects
This commit is contained in:
@@ -177,6 +177,11 @@ module Settings
|
||||
# Whether more abilities affect whether wild Pokémon appear, which Pokémon
|
||||
# they are, etc.
|
||||
MORE_ABILITIES_AFFECT_WILD_ENCOUNTERS = (MECHANICS_GENERATION >= 8)
|
||||
# Whether weather effects set the default terrains in battle (true) or
|
||||
# not (false). Eg.:
|
||||
# * Storm weather sets Electric Terrain
|
||||
# * Fog weather sets Misty Terrain
|
||||
OVERWORLD_WEATHERS_SET_TERRAINS = (MECHANICS_GENERATION >= 8)
|
||||
|
||||
#=============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user