Skip to content

Commit 5231590

Browse files
instead of move make it its own action
1 parent 1ef152f commit 5231590

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

play.pokemonshowdown.com/js/client-battle.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,9 @@
10641064
case 'shift':
10651065
buf += myPokemon[i].speciesForme + ' will shift position.<br />';
10661066
break;
1067+
case 'fight':
1068+
buf += myPokemon[i].speciesForme + ' is locked into a move.<br />';
1069+
break;
10671070
}
10681071
}
10691072
}
@@ -1305,7 +1308,7 @@
13051308
this.tooltips.hideTooltip();
13061309

13071310
// TODO?: change this action
1308-
this.choice.choices.push('move fight');
1311+
this.choice.choices.push('fight');
13091312
this.endChoice();
13101313
},
13111314
chooseShift: function () {

0 commit comments

Comments
 (0)