Skip to content

Commit d4d1b94

Browse files
Update play.pokemonshowdown.com/js/client-battle.js
Co-authored-by: Guangcong Luo <[email protected]>
1 parent 5231590 commit d4d1b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
this.tooltips.hideTooltip();
13091309

13101310
// TODO?: change this action
1311-
this.choice.choices.push('fight');
1311+
this.choice.choices.push('testfight');
13121312
this.endChoice();
13131313
},
13141314
chooseShift: function () {

0 commit comments

Comments
 (0)