diff --git a/js/battle.js b/js/battle.js index d17e717ea..af6943eb1 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3075,6 +3075,7 @@ var Battle = (function () { this.message('Nature Power turned into ' + move.name + '!'); break; case 'sleeptalk': + pokemon.markMove(move.name, 0); default: // April Fool's 2014 if (window.Config && Config.server && Config.server.afd && move.id === 'earthquake') {