Renames $Trainer to $player

This commit is contained in:
chardub
2025-04-24 19:57:12 -04:00
parent 95ef337de8
commit 7de024dafd
34 changed files with 391 additions and 391 deletions

View File

@@ -29,15 +29,15 @@ class TrainerClothesPreview
end
def resetOutfits()
@clothes = $Trainer.clothes
@hat = $Trainer.hat
@hat2 = $Trainer.hat2
@hair = $Trainer.hair
@skin_tone = $Trainer.skin_tone
@hair_color = $Trainer.hair_color
@hat_color = $Trainer.hat_color
@hat2_color = $Trainer.hat2_color
@clothes_color = $Trainer.clothes_color
@clothes = $player.clothes
@hat = $player.hat
@hat2 = $player.hat2
@hair = $player.hair
@skin_tone = $player.skin_tone
@hair_color = $player.hair_color
@hat_color = $player.hat_color
@hat2_color = $player.hat2_color
@clothes_color = $player.clothes_color
end
def show()