Fix a typo in a move flag description so the tests pass again.

This commit is contained in:
Lynn "Zhorken" Vaughan 2014-03-11 20:23:02 -04:00
parent 308f5f4ed9
commit efa41be984

View file

@ -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.
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}.
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}.

1 move_flag_id local_language_id name description
16 15 9 Powder-based Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
17 16 9 Jaw-based This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
18 17 9 Pulse-based This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
19 18 9 Ballistics-based This move is blocked by []{ability:bulletpoof}. This move is blocked by []{ability:bulletproof}.
20 19 9 Mental effects This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.