mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-12 05:48:32 -05:00
Add Freeze Shock -prepare message
This commit is contained in:
@@ -5806,6 +5806,12 @@ var BattleMoveAnims = {
|
||||
}, 'accel', 'explode');
|
||||
}
|
||||
},
|
||||
freezeshock: {
|
||||
prepareAnim: BattleOtherAnims.selfstatus.anim,
|
||||
prepareMessage: function(pokemon) {
|
||||
return pokemon.getName()+' became cloaked in a freezing light!';
|
||||
}
|
||||
},
|
||||
iceburn: {
|
||||
prepareAnim: BattleOtherAnims.selfstatus.anim,
|
||||
prepareMessage: function(pokemon) {
|
||||
|
||||
Reference in New Issue
Block a user