Tooltips: Display Quick Claw after activation (#1767)

This commit is contained in:
Leonard Craft III 2021-04-30 00:57:02 -05:00 committed by GitHub
parent 88eb8c23a2
commit 76a221b7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');