forked from External/mage
Fixed Protection from color. Fixed spell fizzling.
This commit is contained in:
parent
8e13ebffcd
commit
3521c7dd08
4 changed files with 17 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue