mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
6.4 update (minus sprites)
This commit is contained in:
@@ -57,6 +57,7 @@ class PokemonGlobalMetadata
|
||||
attr_accessor :safesave
|
||||
#Trainers rematch
|
||||
attr_accessor :rematchedTrainers
|
||||
attr_accessor :questRewardsObtained
|
||||
|
||||
def initialize
|
||||
# Movement
|
||||
@@ -114,6 +115,7 @@ class PokemonGlobalMetadata
|
||||
@pokerusTime = nil
|
||||
# Save file
|
||||
@safesave = false
|
||||
@questRewardsObtained = []
|
||||
end
|
||||
|
||||
# @deprecated Use {Player#character_ID} instead. This alias is slated to be removed in v20.
|
||||
|
||||
Reference in New Issue
Block a user