Changing the player's character or outfit immediately updates the player's graphic again

This commit is contained in:
Maruno17
2021-10-26 22:54:31 +01:00
parent 6c38f769c7
commit 6066797517
3 changed files with 33 additions and 9 deletions

View File

@@ -224,8 +224,6 @@ def pbChangePlayer(id)
meta = GameData::PlayerMetadata.get(id)
return false if !meta
$player.character_ID = id
$player.trainer_type = meta.trainer_type
$game_player.character_name = meta.walk_charset
end
def pbTrainerName(name = nil, outfit = 0)