Changed functionality of running key, added compatibility with old Mystery Gifts

This commit is contained in:
Maruno17
2021-03-07 19:16:05 +00:00
parent 3a1b9b6dc6
commit 3ca08f27b8
15 changed files with 38 additions and 38 deletions

View File

@@ -10,7 +10,6 @@ class PokemonGlobalMetadata
attr_accessor :sliding
attr_accessor :fishing
attr_accessor :runningShoes
attr_accessor :runtoggle
# Player data
attr_accessor :startTime
attr_accessor :stepcount
@@ -71,7 +70,6 @@ class PokemonGlobalMetadata
@sliding = false
@fishing = false
@runningShoes = false
@runtoggle = false
# Player data
@startTime = Time.now
@stepcount = 0