Fix back button for battle choices

This commit is contained in:
Guangcong Luo 2013-05-11 23:29:40 -07:00
parent 2d43510f26
commit 1dfb199bfb

View File

@ -686,6 +686,10 @@
this.choice = null;
this.updateControlsForPlayer();
},
clearChoice: function() {
this.choice = null;
this.updateControlsForPlayer();
},
leaveBattle: function() {
this.hideTooltip();
this.send('/leavebattle');