* Stromgald Cabal - Fixed that he could counter blue spells instead of correctly white spells.

This commit is contained in:
LevelX2 2014-05-31 10:48:03 +02:00
parent 00924d45e3
commit 90d516f15d
3 changed files with 10 additions and 11 deletions

View file

@ -28,10 +28,10 @@
package mage.abilities.effects.common;
import java.util.UUID;
import mage.constants.Outcome;
import mage.abilities.Ability;
import mage.abilities.Mode;
import mage.abilities.effects.OneShotEffect;
import mage.constants.Outcome;
import mage.game.Game;
/**