mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Added Pokémon properties cannot_store, cannot_release and cannot_trade. Allowed Offspring species property to be edited.
This commit is contained in:
@@ -78,6 +78,12 @@ 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
|
||||
attr_accessor :cannot_store
|
||||
# Whether this Pokémon can be released
|
||||
attr_accessor :cannot_release
|
||||
# Whether this Pokémon can be traded
|
||||
attr_accessor :cannot_trade
|
||||
|
||||
# Max total IVs
|
||||
IV_STAT_LIMIT = 31
|
||||
|
||||
Reference in New Issue
Block a user