Add Dark Void failure message

This commit is contained in:
Marty-D
2016-12-17 12:23:29 -05:00
committed by GitHub
parent ef56dd4a83
commit f07ad0254f

View File

@@ -4082,6 +4082,7 @@ var Battle = (function () {
this.resultAnim(poke, 'Already frozen', 'neutral');
actions += "" + poke.getName() + " is already frozen solid!";
break;
case 'darkvoid':
case 'hyperspacefury':
if (kwargs.forme) {
actions += 'But ' + poke.getLowerName() + ' can\'t use it the way it is now!';