mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 23:06:00 +00:00
Migration - more progress
This commit is contained in:
@@ -566,7 +566,7 @@ def pbWait(duration)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Player/event movement in the field.
|
||||
# Overrides/event movement in the field.
|
||||
#===============================================================================
|
||||
def pbSlideOnIce
|
||||
if !$DEBUG || !Input.press?(Input::CTRL)
|
||||
|
||||
@@ -324,9 +324,9 @@ module BattleCreationHelperMethods
|
||||
|
||||
# Save the result of the battle in a Game Variable (1 by default)
|
||||
# 0 - Undecided or aborted
|
||||
# 1 - Player won
|
||||
# 2 - Player lost
|
||||
# 3 - Player or wild Pokémon ran from battle, or player forfeited the match
|
||||
# 1 - Overrides won
|
||||
# 2 - Overrides lost
|
||||
# 3 - Overrides or wild Pokémon ran from battle, or player forfeited the match
|
||||
# 4 - Wild Pokémon was caught
|
||||
# 5 - Draw
|
||||
def set_outcome(outcome, outcome_variable = 1, trainer_battle = false)
|
||||
|
||||
@@ -11,7 +11,7 @@ class PokemonGlobalMetadata
|
||||
attr_accessor :descending_waterfall
|
||||
attr_accessor :ascending_waterfall
|
||||
attr_accessor :fishing
|
||||
# Player data
|
||||
# Overrides data
|
||||
attr_accessor :startTime
|
||||
attr_accessor :stepcount
|
||||
attr_accessor :pcItemStorage
|
||||
@@ -64,7 +64,7 @@ class PokemonGlobalMetadata
|
||||
@descending_waterfall = false
|
||||
@ascending_waterfall = false
|
||||
@fishing = false
|
||||
# Player data
|
||||
# Overrides data
|
||||
@startTime = Time.now
|
||||
@stepcount = 0
|
||||
@pcItemStorage = nil
|
||||
|
||||
Reference in New Issue
Block a user