mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-13 06:19:44 -05:00
Fix some minor visual bugs
- "POKEMON's HP is full!" is no longer in large print - Bounce no longer looks like it's still active when it fails
This commit is contained in:
@@ -225,7 +225,7 @@ exports.BattleText = {
|
||||
cant: "[POKEMON] flinched and couldn't move!",
|
||||
},
|
||||
heal: {
|
||||
fail: "[POKEMON]'s HP is full!",
|
||||
fail: " [POKEMON]'s HP is full!",
|
||||
},
|
||||
healreplacement: {
|
||||
activate: " [POKEMON] will restore its replacement's HP using its Z-Power!",
|
||||
|
||||
@@ -1850,6 +1850,7 @@ class Battle {
|
||||
}
|
||||
break;
|
||||
}
|
||||
this.scene.animReset(poke);
|
||||
this.log(args, kwArgs);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user