mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Use self.player_name
(#3384)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user