mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-31 21:22:20 -05:00
Add Powder tag
This commit is contained in:
parent
67a31bd2b8
commit
e10574e07d
|
|
@ -2202,7 +2202,8 @@ function Battle(frame, logFrame, noPreload) {
|
|||
snatch: '<span class="good">Snatch</span>',
|
||||
grudge: '<span class="good">Grudge</span>',
|
||||
endure: '<span class="good">Endure</span>',
|
||||
focuspunch: '<span class="neutral">Focusing</span>'
|
||||
focuspunch: '<span class="neutral">Focusing</span>',
|
||||
powder: '<span class="bad">Powder</span>'
|
||||
};
|
||||
for (i in pokemon.volatiles) {
|
||||
if (typeof statusTable[i] === 'undefined') status += '<span class="neutral">[['+i+']]</span>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user