From efa41be9846924bbee0571f0a0e3c28c5d66c160 Mon Sep 17 00:00:00 2001 From: "Lynn \"Zhorken\" Vaughan" Date: Tue, 11 Mar 2014 20:23:02 -0400 Subject: [PATCH] Fix a typo in a move flag description so the tests pass again. --- pokedex/data/csv/move_flag_prose.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/data/csv/move_flag_prose.csv b/pokedex/data/csv/move_flag_prose.csv index 8a2504a..ed06d4b 100644 --- a/pokedex/data/csv/move_flag_prose.csv +++ b/pokedex/data/csv/move_flag_prose.csv @@ -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}.