mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-23 08:26:13 -05:00
Mark moves used by Sleep Talk
This commit is contained in:
parent
a6b33b8eff
commit
fe2aa5ede5
|
|
@ -3075,6 +3075,7 @@ var Battle = (function () {
|
|||
this.message('Nature Power turned into <strong>' + move.name + '</strong>!');
|
||||
break;
|
||||
case 'sleeptalk':
|
||||
pokemon.markMove(move.name, 0);
|
||||
default:
|
||||
// April Fool's 2014
|
||||
if (window.Config && Config.server && Config.server.afd && move.id === 'earthquake') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user