We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ad0e9 commit fd46b5cCopy full SHA for fd46b5c
play.pokemonshowdown.com/js/storage.js
@@ -941,6 +941,10 @@ Storage.fastUnpackTeam = function (buf) {
941
if (!set.movePPUps[index]) set.movePPUps[index] = 3;
942
}
943
i = j + 1;
944
+ } else {
945
+ for (var index = 0; index < set.moves.length; index++) {
946
+ set.movePPUps[index] = 3;
947
+ }
948
949
950
// nature
@@ -1076,6 +1080,10 @@ Storage.unpackTeam = function (buf) {
1076
1080
if (isNaN(set.movePPUps[index])) set.movePPUps[index] = 3;
1077
1081
1078
1082
1083
1084
1085
1086
1079
1087
1088
1089
0 commit comments