From cadcc4af095ada97107ac54546f55781efe880a0 Mon Sep 17 00:00:00 2001 From: Kevin Lau Date: Mon, 3 Aug 2015 22:04:36 -0700 Subject: [PATCH] Seasonal: Delta Stream does not affect Color Moves Reduce the priority of the color moves' Effectiveness handler to prevent race conditions with Delta Stream's handler. --- config/formats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/formats.js b/config/formats.js index 85ed7b7323..edd5393fc0 100644 --- a/config/formats.js +++ b/config/formats.js @@ -591,6 +591,7 @@ exports.Formats = [ } } }, + onEffectivenessPriority: -5, onEffectiveness: function (typeMod, target, type, move) { if (move.id !== 'swift') return; // Only calculate color effectiveness once