mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 16:14:01 -05:00
Hyper Drill and Mighty Cleave only bypass protection (#2203)
This commit is contained in:
parent
d623ccc3fc
commit
de56bff9b5
1
data/pokemon-showdown
Submodule
1
data/pokemon-showdown
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 534cd35119398a901943bc5adab0db2dc8c0f42e
|
||||
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user