mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Fix No Guard Galaxy
This commit is contained in:
parent
25491fdcdf
commit
3df6a56632
|
|
@ -433,11 +433,8 @@ exports.Formats = [
|
|||
|
||||
ruleset: ['OU'],
|
||||
banlist: [],
|
||||
onAnyAccuracy: function (accuracy, target, source, move) {
|
||||
if (move && (source === this.effectData.target || target === this.effectData.target)) {
|
||||
return true;
|
||||
}
|
||||
return accuracy;
|
||||
onAccuracy: function (accuracy, target, source, move) {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
/*{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user