mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix a typo in a move flag description so the tests pass again.
This commit is contained in:
parent
308f5f4ed9
commit
efa41be984
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ move_flag_id,local_language_id,name,description
|
||||||
15,9,Powder-based,Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
|
15,9,Powder-based,Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
|
||||||
16,9,Jaw-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
|
16,9,Jaw-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
|
||||||
17,9,Pulse-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
|
17,9,Pulse-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
|
||||||
18,9,Ballistics-based,This move is blocked by []{ability:bulletpoof}.
|
18,9,Ballistics-based,This move is blocked by []{ability:bulletproof}.
|
||||||
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.
|
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.
|
||||||
|
|
|
Loading…
Reference in a new issue