mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 07:57:01 -05:00
Tooltips: Display Quick Claw after activation (#1767)
This commit is contained in:
parent
88eb8c23a2
commit
76a221b7ec
|
|
@ -2733,6 +2733,9 @@ class Battle {
|
|||
case 'focusband':
|
||||
poke.item = 'Focus Band';
|
||||
break;
|
||||
case 'quickclaw':
|
||||
poke.item = 'Quick Claw';
|
||||
break;
|
||||
default:
|
||||
if (kwArgs.broken) { // for custom moves that break protection
|
||||
this.scene.resultAnim(poke, 'Protection broken', 'bad');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user