Skip to content

Commit

Permalink
Add Flower Veil message for status prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D authored Jul 29, 2016
1 parent cef607b commit f0533ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5325,6 +5325,9 @@ var Battle = (function () {
case 'aromaveil':
actions += '' + ofpoke.getName() + ' is protected by Aroma Veil!';
break;
case 'flowerveil':
actions += '' + ofpoke.getName() + ' surrounded itself with a veil of petals!';
break;
case 'sweetveil':
actions += '' + ofpoke.getName() + ' surrounded itself with a veil of sweetness!';
break;
Expand Down

0 comments on commit f0533ef

Please sign in to comment.