Changeset 522 for veekun

Show
Ignore:
Timestamp:
07/20/09 00:55:48 (8 months ago)
Author:
eevee
Message:

Fixed typo in the new Counter description. #423

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/pokedex.sql

    r521 r522  
    1246312463(87,0,'Inflicts damage equal to the user\'s level.','Inflicts damage equal to the user\'s level.'), 
    1246412464(88,0,'Inflicts damage between 1 HP and 1.5 times the user\'s level.','Inflicts damage between 1 HP and 1.5 times the user\'s level, given by: level * (rand(0, 10) * 10 + 50) / 100.'), 
    12465 (89,-5,'If the user takes physical damage this turn, inflicts twice the damage taken to the target.','If the user takes physical damage this turn, inflicts twice the damage taken to the target.  Damage inflicted is typeless, but does not affect Normal-type Pokémon.'), 
     12465(89,-5,'If the user takes physical damage this turn, inflicts twice the damage taken to the target.','If the user takes physical damage this turn, inflicts twice the damage taken to the target.  Damage inflicted is typeless, but does not affect Ghost-type Pokémon.'), 
    1246612466(90,0,'Forces the target to repeat its last used move every turn for 2 to 6 turns.','Forces the target to repeat its last used move every turn for 2 to 6 turns.'), 
    1246712467(91,0,'Sets the user\'s and targets\'s HP to the average of their current HP.','Sets the user\'s and targets\'s HP to the average of their current HP.'),