Mark moves used by Sleep Talk

This commit is contained in:
Marty-D 2015-12-06 19:01:51 -05:00
parent a6b33b8eff
commit fe2aa5ede5

View File

@ -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') {