From 9aba6a3ce6f02c83699aceb2ba4b3ed0a456bb3f Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 19 Nov 2016 14:40:17 -0500 Subject: [PATCH] Rename -restoreboost -> -clearnegativeboost --- js/battle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/battle.js b/js/battle.js index a4d7baf8f..8f1cf47a9 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3820,7 +3820,7 @@ var Battle = (function () { // do nothing } break; - case '-restoreboost': + case '-clearnegativeboost': var poke = this.getPokemon(args[1]); for (i in poke.boosts) { if (poke.boosts[i] < 0) delete poke.boosts[i];