mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added settings that enable disobedience check, swapped alternate movement speed key with pause menu key, fixed pbEventCommentInput not working, fixed issue with animating Exp bar upon hitting the max level
This commit is contained in:
@@ -18,6 +18,13 @@ module Settings
|
||||
MORE_TYPE_EFFECTS = (MECHANICS_GENERATION >= 6)
|
||||
# Whether weather caused by an ability lasts 5 rounds (true) or forever (false).
|
||||
FIXED_DURATION_WEATHER_FROM_ABILITY = (MECHANICS_GENERATION >= 6)
|
||||
# Whether any Pokémon (originally owned by the player or foreign) can disobey
|
||||
# the player's commands if the Pokémon is too high a level compared to the
|
||||
# number of Gym Badges the player has.
|
||||
ANY_HIGH_LEVEL_POKEMON_CAN_DISOBEY = false
|
||||
# Whether foreign Pokémon can disobey the player's commands if the Pokémon is
|
||||
# too high a level compared to the number of Gym Badges the player has.
|
||||
FOREIGN_HIGH_LEVEL_POKEMON_CAN_DISOBEY = true
|
||||
|
||||
#=============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user