mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-14 14:59:29 -05:00
Trace triggers opponent's ability
This commit is contained in:
committed by
Guangcong Luo
parent
8496d25b16
commit
621f4e9c9b
@@ -4377,6 +4377,7 @@ var Battle = (function () {
|
||||
this.animationDelay = 500;
|
||||
this.resultAnim(poke, ability.name, 'ability');
|
||||
this.message('', "<small>[" + poke.getName(true) + "'s Trace!]</small>");
|
||||
ofpoke.markAbility(ability.name);
|
||||
actions += '' + poke.getName() + ' traced ' + ofpoke.getLowerName() + '\'s ' + ability.name + '!';
|
||||
break;
|
||||
case 'roleplay':
|
||||
|
||||
Reference in New Issue
Block a user