mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-10 02:05:35 -05:00
Merge pull request #2099 from ascriptmaster/seasonal
Seasonals: Delta Stream does not affect Color Moves
This commit is contained in:
@@ -591,6 +591,7 @@ exports.Formats = [
|
||||
}
|
||||
}
|
||||
},
|
||||
onEffectivenessPriority: -5,
|
||||
onEffectiveness: function (typeMod, target, type, move) {
|
||||
if (move.id !== 'swift') return;
|
||||
// Only calculate color effectiveness once
|
||||
|
||||
Reference in New Issue
Block a user