mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 23:44:58 +00:00
Renamed $Trainer to $player
This commit is contained in:
@@ -101,7 +101,7 @@ def pbSafariBattle(species,level)
|
||||
pkmn = pbGenerateWildPokemon(species,level)
|
||||
foeParty = [pkmn]
|
||||
# Calculate who the trainer is
|
||||
playerTrainer = $Trainer
|
||||
playerTrainer = $player
|
||||
# Create the battle scene (the visual side of it)
|
||||
scene = pbNewBattleScene
|
||||
# Create the battle class (the mechanics side of it)
|
||||
|
||||
Reference in New Issue
Block a user