mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Changed functionality of running key, added compatibility with old Mystery Gifts
This commit is contained in:
@@ -44,7 +44,7 @@ class PokeBattle_Trainer
|
||||
attr_reader :pokedex, :pokegear
|
||||
attr_reader :mysterygiftaccess, :mysterygift
|
||||
|
||||
def self.copy(trainer)
|
||||
def self.convert(trainer)
|
||||
validate trainer => self
|
||||
ret = PlayerTrainer.new(trainer.name, trainer.trainertype)
|
||||
ret.id = trainer.id
|
||||
|
||||
Reference in New Issue
Block a user