From e10574e07d2351fbd051493e6bba126f1e6a3cea Mon Sep 17 00:00:00 2001 From: V4Victini Date: Sat, 21 Dec 2013 12:56:14 -0500 Subject: [PATCH] Add Powder tag --- js/battle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/battle.js b/js/battle.js index 60f883589..324ff754c 100644 --- a/js/battle.js +++ b/js/battle.js @@ -2202,7 +2202,8 @@ function Battle(frame, logFrame, noPreload) { snatch: 'Snatch', grudge: 'Grudge', endure: 'Endure', - focuspunch: 'Focusing' + focuspunch: 'Focusing', + powder: 'Powder' }; for (i in pokemon.volatiles) { if (typeof statusTable[i] === 'undefined') status += '[['+i+']]';