Added some Gen 8 ability effects

This commit is contained in:
Maruno17
2021-06-22 22:36:12 +01:00
parent 9344ef8d04
commit 0ad86e6b03
3 changed files with 268 additions and 67 deletions

View File

@@ -159,7 +159,7 @@ module Settings
NUM_STORAGE_BOXES = 30
# 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 = true
#=============================================================================