Pokemon Emerald: Use self.player_name (#3384)

This commit is contained in:
Bryce Wilson
2024-06-01 04:12:37 -07:00
committed by GitHub
parent 91c89604a5
commit 67cd32b37c
3 changed files with 13 additions and 13 deletions

View File

@@ -452,7 +452,7 @@ class PokemonEmeraldClient(BizHawkClient):
self.death_counter = times_whited_out
elif times_whited_out > self.death_counter:
await ctx.send_death(f"{ctx.player_names[ctx.slot]} is out of usable POKéMON! "
f"{ctx.player_names[ctx.slot]} whited out!")
f"{ctx.player_names[ctx.slot]} whited out!")
self.ignore_next_death_link = True
self.death_counter = times_whited_out