Fixed Protection from color. Fixed spell fizzling.

This commit is contained in:
magenoxx 2011-08-14 22:19:22 +04:00
parent 8e13ebffcd
commit 3521c7dd08
4 changed files with 17 additions and 11 deletions

View file

@ -101,6 +101,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
return result;
}
//20091005 - 608.2b
game.informPlayers(getName() + " has been fizzled.");
counter(null, game);
return false;
}