mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed the value of the setting HEAL_STORED_POKEMON, restored all EOR weather messages
This commit is contained in:
@@ -202,7 +202,7 @@ module Settings
|
||||
NUM_STORAGE_BOXES = 40
|
||||
# Whether putting a Pokémon into Pokémon storage will heal it. IF false, they
|
||||
# are healed by the Recover All: Entire Party event command (at Poké Centers).
|
||||
HEAL_STORED_POKEMON = (MECHANICS_GENERATION >= 8)
|
||||
HEAL_STORED_POKEMON = (MECHANICS_GENERATION <= 7)
|
||||
|
||||
#=============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user