mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-30 02:01:04 +00:00
Renamed $Trainer to $player
This commit is contained in:
@@ -385,7 +385,7 @@ MultipleForms.register(:GRENINJA,{
|
||||
|
||||
MultipleForms.register(:SCATTERBUG,{
|
||||
"getFormOnCreation" => proc { |pkmn|
|
||||
next $Trainer.secret_ID % 18
|
||||
next $player.secret_ID % 18
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user