mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-28 14:11:08 -05:00
Add self-thaw message
This commit is contained in:
@@ -3741,6 +3741,15 @@ var Battle = (function () {
|
||||
actions += '' + poke.getName() + ' moved its status onto ' + ofpoke.getLowerName() + '!';
|
||||
this.resultAnim(poke, 'Cured', 'good', animDelay);
|
||||
break;
|
||||
case 'flamewheel':
|
||||
case 'flareblitz':
|
||||
case 'fusionflare':
|
||||
case 'sacredfire':
|
||||
case 'scald':
|
||||
case 'steameruption':
|
||||
this.resultAnim(poke, 'Thawed', 'good', animDelay);
|
||||
actions += "" + poke.getName() + "'s " + effect.name + " melted the ice!";
|
||||
break;
|
||||
default:
|
||||
this.resultAnim(poke, 'Cured', 'good', animDelay);
|
||||
actions += "" + poke.getName() + "'s "+effect.name+" heals its status!";
|
||||
|
||||
Reference in New Issue
Block a user