Hyper Drill and Mighty Cleave only bypass protection (#2203)

This commit is contained in:
pyuk-bot 2023-12-25 23:52:29 -06:00 committed by GitHub
parent d623ccc3fc
commit de56bff9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
data/pokemon-showdown Submodule

@ -0,0 +1 @@
Subproject commit 534cd35119398a901943bc5adab0db2dc8c0f42e

View File

@ -2900,10 +2900,8 @@ export class Battle {
target!.side.removeSideCondition('Reflect');
target!.side.removeSideCondition('LightScreen');
break;
case 'hyperdrill':
case 'hyperspacefury':
case 'hyperspacehole':
case 'mightycleave':
case 'phantomforce':
case 'shadowforce':
case 'feint':