Bug fixes from previous commits

This commit is contained in:
Maruno17
2021-11-15 08:38:39 +00:00
parent 9657eca3d7
commit f00553c1eb
4 changed files with 18 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ class Pokemon
# Used by Galarian Yamask to remember that it took sufficient damage from a
# battle and can evolve.
attr_accessor :ready_to_evolve
# Whether this Pokémon can be deposited in storage
# Whether this Pokémon can be deposited in storage/Day Care
attr_accessor :cannot_store
# Whether this Pokémon can be released
attr_accessor :cannot_release